While we are looking for a solution, you can use 'mvn org.apache.cayenne.plugins:maven-cayenne-modeler-plugin:4.0.M2-SNAPSHOT:run' to run the Cayenne Modeler.
2014-12-18 10:35 GMT+03:00 Andrus Adamchik <[email protected]>: > > [ERROR] No plugin found for prefix 'cayenne-modeler' in the current > > project and in the plugin groups [org.apache.maven.plugins, > > org.codehaus.mojo] available from the repositories [local > > (/home/jotpe/.m2/repository), central ( > http://repo.maven.apache.org/maven2)] -> [Help 1] > > > I can confirm the problem. Will need to investigate. > > > How can I run the Cayenne Modeler else? > > You can assemble a platform-specific Cayenne distribution: > > # on windows: > mvn clean install -Passembly,windows > > # on mac: > mvn clean install -Passembly,mac > > # on linux, or cross-platform > mvn clean install -Passembly,generic > > You will find the distro under assembly/target and the Modeler within that. > > Andrus > > > On Dec 18, 2014, at 1:56 AM, Johannes <[email protected]> wrote: > > > > I installed 4.0.M2-SNAPSHOT to my local repository. But I cannot run > > `mvn cayenne-modeler:run` via pom-plugin > > > > <plugin> > > <groupId>org.apache.cayenne.plugins</groupId> > > <artifactId>maven-cayenne-modeler-plugin</artifactId> > > <version>4.0.M2-SNAPSHOT</version> > > </plugin> > > > > ==> > > > > [ERROR] No plugin found for prefix 'cayenne-modeler' in the current > > project and in the plugin groups [org.apache.maven.plugins, > > org.codehaus.mojo] available from the repositories [local > > (/home/jotpe/.m2/repository), central > > (http://repo.maven.apache.org/maven2)] -> [Help 1] > > > > > > Avoiding the version tag runs 3.2M1 cayenne modeler. > > How can I run the Cayenne Modeler else? > > > > Thanks, Johannes. > > > >
