My PDE build has stopped working after upgrading to maven-eclipse-plugin:2.5

The install-plugin goal is now copying my dependencies as:
  com.ibm.icu_3.4.5.jar
instead of (version 2.4 did this)
  com.ibm.icu_3.4.5.20061213.jar

This means my 
package.org.eclipse.pde.build.container.feature.win32.win32.x86.xml
build file has:

<copy file="...\mcp-eclipse-target\target\eclipse\plugins\com.ibm.icu_3.4.5.jar"
tofile="${assemblyTempDir}/${pluginArchivePrefix}/com.ibm.icu_3.4.5.jar"/>

<zipfileset file="${eclipse.base}/plugins/com.ibm.icu_3.4.5.20061213.jar"
fullpath="${pluginArchivePrefix}/com.ibm.icu_3.4.5.20061213.jar" />

(Note one has the qualifier and the other doesn't)

I have used -DstripQualifier to seed my internal repository with the
Eclipse 3.2.2 jars needed.

I can see the following bug may have touched this issue:
* http://jira.codehaus.org/browse/MECLIPSE-358 (plugin installed via
eclipse:install-plugins have the wrong name)

Has anyone else had problems?
Anyone know if not including the qualified was intentional in the 2.5 build?

Cheers
Barrie

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to