My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
BuildFromSource  
How to build the package from source
zh-Hans , en
Updated Feb 4, 2010 by Johnny.B...@gmail.com

Building the OpenID4Java package from source

Requirements

  • Java 1.4 JVM (or higher)
  • Ant (build script developed using v1.6.5)

Building the package

To build the package from source Ant is also needed. The following build targets are provided:

  • Packages compiled class files into a JAR archive
  • ant jar
  • Builds distribution ZIP package
  • ant dist
Comment by mikenere...@gmail.com, Aug 6, 2007

or "mvn install" ( :

Also, if you add this (http://mikenereson.blogspot.com/2007/02/maven-build-sources-jar-alongside.html) to your pom.xml, you can get the sources jar installed right along side the compiled jar in your maven repository. Very cool.

Comment by brian.topping, Dec 21, 2010

Mike, if you don't feel like adding that code to the pom.xml every time, just do 'mvn source:jar install" from the command line...


Sign in to add a comment
Powered by Google Project Hosting