mevenide

Mevenide 2.3 creates maven-assembly-plugin XML entry in POM without Version. Needs Version 2.1 specified

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: NB_2.3
  • Fix Version/s: NB_2.3, NB_2.4, NB_3.0
  • Component/s: mevenide2-netbeans
  • Labels:
    None
  • Environment:
    An empty local Maven repository.
  • Number of attachments :
    0

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\

Activity

Hide
James Megquier added a comment -

This provides a workaround for MEVENIDE-485 (and in that sense is a duplicate).

Show
James Megquier added a comment - This provides a workaround for MEVENIDE-485 (and in that sense is a duplicate).
Hide
Milos Kleint added a comment -

empty version resolves to RELEASE which seems to take betas into account as well (or everything non-SNAPSHOT for that matter)

Show
Milos Kleint added a comment - empty version resolves to RELEASE which seems to take betas into account as well (or everything non-SNAPSHOT for that matter)
Hide
Milos Kleint added a comment -

fixed both in trunk and NB60COMPATIBLE branch.
I've decided for a fix that support both 2.1 and 2.2-beta-1, so the version is still not included in the assembly-plugin's configuration.

Show
Milos Kleint added a comment - fixed both in trunk and NB60COMPATIBLE branch. I've decided for a fix that support both 2.1 and 2.2-beta-1, so the version is still not included in the assembly-plugin's configuration.
Hide
Milos Kleint added a comment -

backported to 2.3 version (2.3.4)

Show
Milos Kleint added a comment - backported to 2.3 version (2.3.4)

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: