Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
498 views

Maven: How to compile with and without download Artifact Sources|Javadoc through parameters?

In Maven for a cloned project (even multi-module) from GitHub if the mvn compile command is executed mostly happens the following: it downloads all the dependencies declared according in the pom.xml ...
Manuel Jordan's user avatar
1 vote
1 answer
160 views

Why does M2Eclipse execute the maven-compiler-plugin

This is not currently an error, i just want to know how it works that m2e executes the maven-compiler-plugin. I cannot find any lifecycleMappingMetadata in the pom.xml of the plugin. Is it possible ...
wutzebaer's user avatar
  • 14.8k
0 votes
0 answers
981 views

Compile error when packaging maven project

I'm using datanucleus/mongodb. I recently converted my dynamic web project to maven in Eclipse because I wanted to use the maven buildnumber plugin. However I am just trying to get it to work now in ...
CyberMew's user avatar
  • 1,401
6 votes
2 answers
3k views

Eclipse 4.3.2 with Java 8 patches doesn't recognize source level 1.8

I'm using Eclipse 4.3.2 with the patches for Java 8 from, along with m2e and Subclipse, completely updated to the latest versions of everything. I went into the Maven POMs for our project and changed ...
Garret Wilson's user avatar
1 vote
1 answer
1k views

possible bug in Maven + plexus + eclipse compiler on case sensitive packages?

I encounter a very strange problem with Maven and Eclipse compiler. While in Eclipse+m2eclipse, I have no problem compiling a small project (archetype quick start) with the following single class. ...
Sebastien's user avatar
  • 279
1 vote
3 answers
6k views

Maven compiler plugin, build helper plugin does not generate class files

I am trying to convert an existing project into a maven project. It has 3 modules and one of the modules has multiple source folders. https://i.sstatic.net/DUlm7.png A maven clean and install or an ...
blaks's user avatar
  • 123