Tag Archives: mojo

The plugin ‘org.codehaus.mojo:exec-maven-plugin’ does not exist

Arg. I dag er tydeligvis “make maven work”-day. Feilmeldingen over forsvinner når du stikker dette inn i POM-filen din: <plug </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.1</version> <executions> <execution> <goals> <goal>exec</goal> </goals> </execution> </executions> <configuration> <executable>maven</executable> <!– optional –> </configuration> </plugin> (inni … Continue reading

Posted in løsningsdesign | Tagged , , , | View Comments