My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
MavenAndUFace  

Featured
Updated Feb 4, 2010 by james.st...@gmail.com

If you are using Apache Maven to build your code then you can use the UFace Maven repository to include UFace jar inside your code. The maven repository is located here

http://uface.googlecode.com/svn/maven

So you can add the following to your maven pom.xml then you can depend on any UFace jars.

  <repositories>
    <repository>
      <id>uface.m2</id>
      <url>http://uface.googlecode.com/svn/maven/</url>
    </repository>
  </repositories>
Comment by rustam...@gmail.com, Aug 11, 2009

Any reason for not publishing your work to Central repo? Adding a separate repository makes eclipse:eclipse run so much slower.


Sign in to add a comment
Powered by Google Project Hosting