I have this Maven.xml file. It shows eroors in Eclipse as Default target does
not exist.
What does this mean. How could I eliminate it.
<project default="dist" xmlns:m="jelly:maven">
<goal name="dist">
<attainGoal name="jar:install" />
</goal>
<!-- This goal is called by CruiseControl. -->
<goal name="cc-build">
<attainGoal name="dist"/>
</goal>
</project>
--
View this message in context:
http://www.nabble.com/Default-target-dist-does-not-exist.-tp19394851p19394851.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]