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

        

Reply via email to