All Questions
Tagged with maven-compiler-plugin m2eclipse
6 questions
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 ...
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 ...
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 ...
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 ...
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.
...
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 ...