|
BuildFromSource
How to build the package from source
zh-Hans , en Building the OpenID4Java package from sourceRequirements
Building the packageTo build the package from source Ant is also needed. The following build targets are provided:
ant jar ant dist |
► Sign in to add a comment
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.
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...