2 Replies Latest reply on Aug 7, 2009 4:46 AM by joe.luo

    Bugs in servicemix-project-root archetype

    eruiz_eruiz

      Hi all,

       

      I created a project root as follows:

       

      mvn archetype:create -DremoteRepositories=http://repo.open.iona.com/maven2 -DarchetypeGroupId=org.apache.servicemix.tooling -DarchetypeArtifactId=servicemix-project-root -DarchetypeVersion=2009.01.0.3-fuse -DgroupId=com.disid -DartifactId=root-ws

       

      I think the pom.xml generated has some bugs:

       

      1. Wrong servicemix-version

       

        <properties>

          <servicemix-version>3.4.0.2-fuse</servicemix-version>

        </properties>

       

         Shouldn't it be 3.4.0.3?

       

      2. Wrong archetypeCatalog

       

        <build>

          <plugins>

            <plugin>

              <artifactId>maven-archetype-plugin</artifactId>

              <configuration>

                <archetypeCatalog>http://servicemix.apache.org/tooling/${servicemix-version}</archetypeCatalog>

              </configuration>

            </plugin>

          </plugins>

        </build>

       

        Neither http://servicemix.apache.org/tooling/3.4.0.2-fuse nor http://servicemix.apache.org/tooling/3.4.0.3-fuse exist.