> [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 <jotpe....@gmail.com> 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. >