Why is the archetype iolite in groupid org.apache.wicket when it is
clearly a wicketstuff.org project?

The heading from the project's pom seems to miss its own groupid. And
I think it is really bad form to extend the pom from a non-related
project.

<project>
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.apache.wicket</groupId>
                <artifactId>wicket-jdk14</artifactId>
                <version>1.3-SNAPSHOT</version>
                <relativePath>../../pom.xml</relativePath>
        </parent>

        <artifactId>wicket-archetype-iolite</artifactId>

Martijn

-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.3 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.3

Reply via email to