I must have misunderstood you first. There is certainly a problem with
launching modeler plugin. Adding Objectstyle repo to my pom helped for me:

<repositories>
<repository>
            <id>objectstyle</id>
            <name>Objectstyle Repository</name>
            <url>http://objectstyle.org/maven2</url>
            <layout>default</layout>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
            <releases>
                <enabled>true</enabled>
            </releases>
        </repository>
    </repositories>

Please do so until the problem is fixed.
Also shapshots seem to be not updated, so Modeler3.0M5 (not M6) is starting.

2009/8/5 Gilberto C. Andrade <gilbert...@gmail.com>

> > Don't know where Objectstyle repo had gone, but now everything seems to
> > build OK.
>
> I don't think so (new setup, zero cofing) :
>
> gilbe...@sugep-dmasi:~/dev/eclipse-config/workspace/osu-park> mvn
> cayenne-modeler:run
> [INFO] Scanning for projects...
>
> [INFO] Searching repository for plugin with prefix: 'cayenne-modeler'.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building osu-park
> [INFO]    task-segment: [cayenne-modeler:run]
> [INFO]
> ------------------------------------------------------------------------
> Downloading:
> http://repo1.maven.org/maven2/jgoodies/looks/1.3.1/looks-1.3.1.pom
> Downloading:
> http://repo1.maven.org/maven2/jgoodies/looks/1.3.1/looks-1.3.1.pom
> Downloading:
> http://repo1.maven.org/maven2/org/scopemvc/scopemvc/1.0.1/scopemvc-1.0.1.pom
> Downloading:
> http://repo1.maven.org/maven2/org/scopemvc/scopemvc/1.0.1/scopemvc-1.0.1.pom
> Downloading:
> http://people.apache.org/repo/m2-incubating-repository//org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom
> Downloading:
> http://repository.codehaus.org/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom
> Downloading:
> http://repo1.maven.org/maven2/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom
> Downloading:
> http://repo1.maven.org/maven2/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> GroupId: org.apache.geronimo.genesis
> ArtifactId: genesis
> Version: 1.1
>
> Reason: Unable to download the artifact from any repository
>
>  org.apache.geronimo.genesis:genesis:pom:1.1
>
> from the specified remote repositories:
>  central (http://repo1.maven.org/maven2),
>   codehaus (http://repository.codehaus.org),
>  apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository/),
>  codehaus-snapshots (http://snapshots.repository.codehaus.org),
>  apache-incubator (http://people.apache.org/repo/m2-incubating-repository/
> )
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 19 minutes 28 seconds
> [INFO] Finished at: Wed Aug 05 15:11:28 BRT 2009
> [INFO] Final Memory: 7M/83M
> [INFO]
> ------------------------------------------------------------------------
> gilbe...@sugep-dmasi:~/dev/eclipse-config/workspace/osu-park>
>
>
> There exists artifact on those server but not the version the cayenne
> plugin uses.
>
> Gilberto
>

Reply via email to