Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: NB_2.3
-
Component/s: mevenide2-netbeans
-
Labels:None
-
Environment:An empty local Maven repository.
-
Number of attachments :
Description
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
Should be:
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.1</version>
<executions>
<execution>
Otherwise clients that have not already downloaded any maven plugins will get the latest version of Maven-Assembly, and the project will fail to run. 2.2-beta1 seems to build an executable folder called: target\executable-netbeans.dir\ and run looks for target\executable-netbeans\
This provides a workaround for
MEVENIDE-485(and in that sense is a duplicate).MEVENIDE-485(and in that sense is a duplicate).