Top "Maven-2" questions

Apache Maven is a software project management and comprehension tool.

In Maven 2, how do I know from which dependency comes a transitive dependency?

I would like to know which dependency described in my pom.xml brings a transitive dependency in my target directory. …

java maven-2 build-process
Install parent POM without building Child modules

I have a parent POM in a Maven project, with this structure: parent | --------------- | | child1 child2 I want to install …

java maven maven-2 pom.xml
What are the Maven repositories for Jasper Reports?

Where can I find the Maven repositories for the latest versions of Jasper Reports? I've tried in the main site …

maven-2 maven jasper-reports
Builds are tagged unstable even when they are successful

I am running Jenkins version 1.411 and use Maven for building. Even though the application builds successfully, Jenkins treats it as …

java maven-2 maven maven-3 jenkins
Maven: Including jar not found in public repository

If I was to use a 3rd party library that was not in the maven public repository, what is the …

maven-2 dependencies pom.xml
Can Maven collect all the dependent JARs for a project to help with application deployment?

I'm just starting to use Maven, (evaluating it, really) and I need to be able to quickly generate a JAR …

java deployment maven-2 desktop-application
How to get rid of Checkstyle message 'File does not end with a newline.'

I'm working with a Maven (jar) Project in Netbeans (Windows), which creates Checkstyle reports with the Maven Checkstyle plugin. No …

java windows maven-2 netbeans checkstyle
How can I view transitive dependencies of a Maven pom.xml file?

Is there a CLI tool I can use to quickly view the transitive dependencies of a Maven pom.xml file?

maven-2 maven dependencies pom.xml
Maven fails to get SNAPSHOT builds from repository

Our internal repository (Artifactory) now contains both the stable builds as well as SNAPSHOT versions of our internal libraries. For …

java maven-2 artifactory
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