Top "Maven-plugin" questions

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

Liquibase - generate script without applying changesets to database

In my current project, there's a DB team that checks all the scripts before applying them to production. We are …

maven maven-plugin liquibase
Exclude generated code in sonar

How to exclude generated code from sonar processing and reporting? I tried to exclude **/*generated* but packages like org.blayo.…

java maven maven-plugin sonarqube
Missing dependancy information for jdbc.artifact.groupid:jdbc-driver:jar:1.0

I am trying to use hbm2java maven plugins for hibernate. For mvn hibernate3:hbm2cfgxml goal I am facing …

java hibernate maven maven-plugin hbm2java
Tests failing in Maven install from command line but passing from Eclipse UI

I am using Maven in my Java project and the IDE is Eclipse. I have few test cases in my …

eclipse maven eclipse-plugin maven-plugin emma
Why would a maven-war-plugin generate a JAR instead of a WAR?

I am following this Contract first using CXF tutorial and while the resulting pom.xml generates sources and even completes …

maven maven-3 maven-plugin maven-war-plugin
Generating project in Interactive mode Taking lot of time

I run the Maven the command *mvn archetype:generate* in command Prompt It shows [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ […

maven build maven-3 maven-plugin maven-archetype
Eclipse IDE for Scala : symbol is missing from classpath

When I build my Scala-Spark project in Eclipse Oxygen (ubuntu 16.04), it returns me this issue in "Problems" console: Symbol 'term &…

eclipse scala apache-spark maven-plugin graphframes
How do I track plugin dependencies in maven2?

I am trying to locate an evil plugin that includes a stoneage version of a certain jar file. How do …

java maven-2 maven-plugin
How can I download Maven artifacts within a plugin?

I have a Maven plugin that takes a groupId, artifactId, and version in its confiugration. I want to be able …

java maven-2 maven-plugin
What is the best way to unit test a EJB3 component without having to deploy the component

I would like to have a JUnit (or other) system where the enterprise beans can be tested in a mock …

java jakarta-ee mocking ejb-3.0 maven-plugin