If i remember correct from what I saw in the m-e-p sources last week, maven-eclipse-plugin-test is created by the Plugin unit tests and then installed to a *test* repo local to the Eclipse project.

Not sure why is your build seeing the -test version. Do you have maven-eclipse-plugin sources checked out and ran build on it?

Rahul



Barrie Treloar wrote:
Manually hacking the jar to set the version correctly resolves the problem.

Now to find out why the jar is being created incorrectly...


Running mvn package will incorrectly create a "test" version for the
real version jar.

I just noticed that there are two jars in here:
* maven-eclipse-plugin-2.3-INTERNAL-r485327-pMECLIPSE-206.jar
* maven-eclipse-plugin-test.jar

I expect the problem is that whatever is creating
maven-eclipse-plugin-test.jar is stuffing up the creation of the
proper versioned jar.

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



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

Reply via email to