Maven pom file for publishing juddi-0.9rc4 jar/war/ear files into maven
repository
----------------------------------------------------------------------------------
Key: JUDDI-96
URL: http://issues.apache.org/jira/browse/JUDDI-96
Project: jUDDI
Issue Type: Improvement
Affects Versions: 0.9rc4
Reporter: Marat Bedretdinov
Assigned To: Steve Viens
Hello,
I'm trying to get JUDDI distro mavenized - published into apache's maven
repository. To that end I have created the attached pom files for jar, war and
ear files respectively. These files do not have the build section in them yet.
One could verify that those poms do the job by running the following command,
which will deploy the mavenized juddi artifacts into your local maven
repository:
mvn deploy:deploy-file -DpomFile={PATH_TO_POM}/pom-jar.xml
-Dfile={PATH_TO_JUDDI_JAR}/juddi-0.9rc4.jar -DrepositoryId=central-mirror
-Durl=file:///{YOUR_HOME_DIR}/.m2/repository
mvn deploy:deploy-file -DpomFile={PATH_TO_POM}/pom-war.xml
-Dfile={PATH_TO_JUDDI_JAR}/juddi.war -DrepositoryId=central-mirror
-Durl=file:///{YOUR_HOME_DIR}/.m2/repository
mvn deploy:deploy-file -DpomFile={PATH_TO_POM}/pom-ear.xml
-Dfile={PATH_TO_JUDDI_JAR}/juddi.ear -DrepositoryId=central-mirror
-Durl=file:///{YOUR_HOME_DIR}/.m2/repository
Could someone from the JUDDI project committers use these poms to create maven
artifacts, then sign them and put them into the directory hierarchy and upload
to
people.apache.org:www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/ws/
Thanks and regards,
Marat
Detailed instructions are here.
http://www.apache.org/dev/release-publishing.html#maven-repo
Thanks!
Marat
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]