You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Marat Bedretdinov (JIRA)" <ju...@ws.apache.org> on 2006/12/15 20:35:21 UTC

[jira] Created: (JUDDI-96) Maven pom file for publishing juddi-0.9rc4 jar/war/ear files into maven repository

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: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Resolved: (JUDDI-96) Maven pom file for publishing juddi-0.9rc4 jar/war/ear files into maven repository

Posted by "Steve Viens (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Viens resolved JUDDI-96.
------------------------------

    Resolution: Fixed

Appears to have been resolved already.  Please see JUDDI-92. 



> Maven pom file for publishing juddi-0.9rc4 jar/war/ear files into maven repository
> ----------------------------------------------------------------------------------
>
>                 Key: JUDDI-96
>                 URL: https://issues.apache.org/jira/browse/JUDDI-96
>             Project: jUDDI
>          Issue Type: Improvement
>    Affects Versions: 0.9rc4
>            Reporter: Marat Bedretdinov
>         Assigned To: Steve Viens
>         Attachments: pom-ear.xml, pom-jar.xml, pom-war.xml
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Updated: (JUDDI-96) Maven pom file for publishing juddi-0.9rc4 jar/war/ear files into maven repository

Posted by "Marat Bedretdinov (JIRA)" <ju...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/JUDDI-96?page=all ]

Marat Bedretdinov updated JUDDI-96:
-----------------------------------

    Attachment: pom-jar.xml

pom-jar.xml can used to publish juddi.ar into maven repository

> 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
>         Attachments: pom-jar.xml
>
>
> 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: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Updated: (JUDDI-96) Maven pom file for publishing juddi-0.9rc4 jar/war/ear files into maven repository

Posted by "Marat Bedretdinov (JIRA)" <ju...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/JUDDI-96?page=all ]

Marat Bedretdinov updated JUDDI-96:
-----------------------------------

    Attachment: pom-ear.xml

pom-jar.xml can used to publish juddi.ear into maven repository

> 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
>         Attachments: pom-ear.xml, pom-jar.xml, pom-war.xml
>
>
> 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: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Updated: (JUDDI-96) Maven pom file for publishing juddi-0.9rc4 jar/war/ear files into maven repository

Posted by "Marat Bedretdinov (JIRA)" <ju...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/JUDDI-96?page=all ]

Marat Bedretdinov updated JUDDI-96:
-----------------------------------

    Attachment: pom-war.xml

pom-jar.xml can used to publish juddi.war into maven repository

> 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
>         Attachments: pom-ear.xml, pom-jar.xml, pom-war.xml
>
>
> 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: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org