You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "deckrider (JIRA)" <ji...@codehaus.org> on 2008/08/24 17:31:26 UTC

[jira] Created: (MEV-597) missing pom for axis:axis-jaxrpc:1.4

missing pom for axis:axis-jaxrpc:1.4
------------------------------------

                 Key: MEV-597
                 URL: http://jira.codehaus.org/browse/MEV-597
             Project: Maven Evangelism
          Issue Type: Bug
          Components: Missing POM
            Reporter: deckrider


The correct pom would be something like this:

<?xml version="1.0" encoding="UTF-8"?>
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>axis</groupId>
  <artifactId>axis-jaxrpc</artifactId>
  <version>1.4</version>
  <description>POM was created from deploy:deploy-file</description>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MEV-597) missing pom for axis:axis-jaxrpc:1.4

Posted by "Juven Xu (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juven Xu closed MEV-597.
------------------------

    Resolution: Fixed
      Assignee: Juven Xu

POM is provided http://repo2.maven.org/maven2/axis/axis-jaxrpc/1.4/

> missing pom for axis:axis-jaxrpc:1.4
> ------------------------------------
>
>                 Key: MEV-597
>                 URL: http://jira.codehaus.org/browse/MEV-597
>             Project: Maven Evangelism
>          Issue Type: Bug
>          Components: Missing POM
>            Reporter: deckrider
>            Assignee: Juven Xu
>
> The correct pom would be something like this:
> <?xml version="1.0" encoding="UTF-8"?>
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>axis</groupId>
>   <artifactId>axis-jaxrpc</artifactId>
>   <version>1.4</version>
>   <description>POM was created from deploy:deploy-file</description>
>   <distributionManagement>
>     <status>deployed</status>
>   </distributionManagement>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira