Top "Maven-plugin" questions

Do not use this tag for the use of specific Maven plugins.

Tomcat 7 - Maven Plugin?

I just wanted to double-check, has anyone found or is working on a Tomcat 7 plugin? If not, is anyone interested …

maven-2 maven-plugin tomcat7
Maven does not create the "/target/m2e-wtp/web-resources" folder

I'm using Eclipse Luna. I'm working on a Maven project. When I try to run my application on a weblogic's …

maven maven-plugin m2eclipse m2e m2e-wtp
Maven 3: Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.2:generate

I'm trying to test maven using mvn archetype:generate -DgroupId=org.sonatype.mavenbook -DartifactId=quickstart -Dversion=1.0-SNAPSHOT -DpackageName=org.sonatype.…

java maven-3 maven-plugin maven-archetype
maven compilation error: duplicate classes

In my maven2 project I have a directory ${basedir}/autogen that contains some autogenerated source code files produced by wsdl2…

maven-2 maven-plugin
How do I download a Maven artifact at the command line without using dependency:get or maven-download-plugin?

I'd like to download an artifact and its dependencies at the command line. I.e. mvn [some plugin]:[goal] -DartifactId=[…

maven maven-plugin maven-3
Caused by: java.lang.ClassNotFoundException: com.sun.tools.javac.code.TypeTags when using lombok

I have following dependency in pom.xml: <dependency> <groupId>org.projectlombok</groupId> <artifactId&…

maven java-8 maven-plugin lombok
"cannot find symbol" error in maven

I see a lot of questions on stackoverflow on this. But still I'm not able to know what is the …

maven spring-boot maven-plugin spring-boot-maven-plugin
How to create a project using maven-archetype-plugin? What is artefactId etc?

I am new to Maven and am using the maven.apache.org tutorial here as an introduction. In the "How …

maven maven-2 maven-3 maven-plugin maven-archetype
usage of maven enforcer plugin

I'd like to use the maven enforcer plugin to check to see if I have duplicate classes on my path. …

java maven maven-plugin maven-enforcer-plugin
What is the difference between artifactId and groupId in pom.xml?

How would you explain it to a newbie web developer or programmer with some real world organization example (like say …

maven maven-2 maven-3 pom.xml maven-plugin