beta11 avaliable for maven build?

49 views
Skip to first unread message

Sergio Michels

unread,
Aug 30, 2012, 5:21:01 PM8/30/12
to izpac...@googlegroups.com
It's possible to use beta11 in a maven build? What I've tried:

- Added pluginManagement to the build config as described here: http://jira.codehaus.org/browse/IZPACK-835

The error I get is:

Plugin org.codehaus.izpack:izpack-maven-plugin:5.0.0-beta11-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.codehaus.izpack:izpack-maven-plugin:jar:5.0.0-beta11-SNAPSHOT: Could not find artifact org.codehaus.izpack:izpack-maven-plugin:pom:5.0.0-beta11-SNAPSHOT -> [Help 1]

Sergio Michels

unread,
Aug 30, 2012, 5:30:19 PM8/30/12
to izpac...@googlegroups.com
Found it!

<pluginRepositories>
        <pluginRepository>
            <id>izpack</id>
            <name>Izpack</name>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </pluginRepository>
    </pluginRepositories>
Reply all
Reply to author
Forward
0 new messages