You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Mike Haller (JIRA)" <ji...@apache.org> on 2007/05/14 10:54:35 UTC

[jira] Created: (SM-949) Invalid m2-repo domain servicemix.org in servicemix-3.1-incubating.pom

Invalid m2-repo domain servicemix.org in servicemix-3.1-incubating.pom
----------------------------------------------------------------------

                 Key: SM-949
                 URL: https://issues.apache.org/activemq/browse/SM-949
             Project: ServiceMix
          Issue Type: Bug
    Affects Versions: 3.1
         Environment: Maven 2.0.6
            Reporter: Mike Haller
            Priority: Critical


The pom

http://people.apache.org/repo/m2-incubating-repository/org/apache/servicemix/servicemix/3.1-incubating/servicemix-3.1-incubating.pom

defines a maven2 repository 

{code:xml}
<repository>
<id>servicemix-m2-repo</id>
<name>Servicemix Maven2 Repository</name>
<url>http://servicemix.org/m2-repo</url>
</repository>
{code}

The URL http://servicemix.org/m2-repo is invalid - it's not a Maven 2 repository.
It is not possible to build any servicemix component  with maven2.

Workaround for users: remove the repository definition from the servicemix-3.1-incubating.pom in your local repository.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.