Author: olamy
Date: Sat Oct 8 17:48:40 2011
New Revision: 1180430
URL: http://svn.apache.org/viewvc?rev=1180430&view=rev
Log:
add a note on how to build
Added:
tomcat/maven-plugin/trunk/BUILD.TXT
Added: tomcat/maven-plugin/trunk/BUILD.TXT
URL:
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/BUILD.TXT?rev=1180430&view=auto
==============================================================================
--- tomcat/maven-plugin/trunk/BUILD.TXT (added)
+++ tomcat/maven-plugin/trunk/BUILD.TXT Sat Oct 8 17:48:40 2011
@@ -0,0 +1,16 @@
+to build this project you must Apache Maven at least 2.2.1 .
+mvn clean install will install the mojos without running integration tests (as
there are some hardcoded integration tests with port 8080, you could have some
port allocation issues).
+mvn clean install -Prun-its will run integration tests too.
+To deploy a snaphot version to
http://people.apache.org/repo/m2-snapshot-repository/ (which is proxying by
https://repository.apache.org/content/groups/snapshots-group/) you must run :
mvn clean deploy .
+Note you need some configuration in ~/.m2/settings.xml:
+ <server>
+ <id>apache.snapshots</id>
+ <username>your asf id</username>
+ <!--password></password-->
+ <!--privateKey>path to your private key</privateKey-->
+ <!--passphrase></passphrase-->
+ <filePermissions>664</filePermissions>
+ <directoryPermissions>775</directoryPermissions>
+ </server
+
+If you have a nice ssh key in ~/.ssh/ no need of configuring password,
privateKey, passphrase.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]