> But I cant get rid of the error "Project build error: The property name is
> required to activate the profile ".
> What the hell does that mean and how can I avoid it. Its really annoying.
> The command I executed from the command line is "mvn compiler: compile -X"
These kinds of questions shou
Hi Yusuf,
a couple of notices:
- first of your command line seems wrong as "mvn compiler: compile -X" has a
whitespace between the compiler (plugin name) and the compile (pluging
goal). Using "mvn compiler:compile" should work.
- more in general, unless you have any specific needs for invoking plu
Hi all,
I have a minimal pom defined with my maven eclipse plugin.
http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
4.0.0
MyProject
MyProject
0