YES Technology Association

Bridging the technology gap

Welcome

YES Technology is a Non Profit Association the specializes in building Open Source solutions geared towards Small Owned/Home Owned Businesses.

Why develop for Free and this market

It is a fundamental belief that the small business are in desperate need to quality tools and application so that they can compete against the larger companies.

Quality of the software

We hold extremely high standards and believe the noshin that we must eat our own dog food and actually use the software we develop.

Source

Source code is hosted on github at http://github.com/yestech/

Continuous Integration

CI server is located at http://ci.yestech.org/

Maven

Release Repository
Snapshot Repository
Add the following to your settings.xml or pom.xml
    <repositories>
          <repository>
            <id>sourceforge</id>
            <url>http://oss.sonatype.org/content/groups/github/</url>
            <releases>
               <enabled>true</enabled>
            </releases>
            <snapshots>
               <enabled>true</enabled>
            </snapshots>
          </repository>
          ...
    </repositories>
 

Licenses

All software developed by YES Technology is licensed under an approved Open Source Initiative (OSI). By default we prefer either GPL 3 or LGPL 3. Unless otherwise stated all sotware is licensed under either of those.