Re: Maven-EJB-Plugin Problem maven-archiver upgrade 2.5 => 2.6

2014-11-24 Thread Anders Hammar
Hmm, Googel decided to send my mail before I finished... > I ran into something similar in the maven-war-project. Checking I see that > similar hard-coded values exist there: > Here's the link: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/test/java/org/apache/maven/plugin

Re: Maven-EJB-Plugin Problem maven-archiver upgrade 2.5 => 2.6

2014-11-24 Thread Anders Hammar
I ran into something similar in the maven-war-project. Checking I see that similar hard-coded values exist there: On Mon, Nov 24, 2014 at 9:03 AM, Karl Heinz Marbaise wrote: > Hi, > > so after diving more into this issue i found that the original > MavenProject is working different than the impl

Re: Maven-EJB-Plugin Problem maven-archiver upgrade 2.5 => 2.6

2014-11-24 Thread Karl Heinz Marbaise
Hi, so after diving more into this issue i found that the original MavenProject is working different than the implemented Stub (MavenProjectBasicStub), cause the MavenProject#getArtifactId() method looks like this: public String getArtifactId() { return getModel().getArtifact

Re: Maven-EJB-Plugin Problem maven-archiver upgrade 2.5 => 2.6

2014-11-23 Thread Karl Heinz Marbaise
Hi, On 11/23/14 10:27 AM, Michael Osipov wrote: Am 2014-11-22 um 20:58 schrieb Karl Heinz Marbaise: Hi, i'm trying to upgrade maven-ejb-plugin from maven-archiver 2.5 to maven-archiver-2.6and i'm currently faced with a puzzling situation... If i update to 2.6 several tests will fail... F

Re: Maven-EJB-Plugin Problem maven-archiver upgrade 2.5 => 2.6

2014-11-23 Thread Michael Osipov
Am 2014-11-22 um 20:58 schrieb Karl Heinz Marbaise: Hi, i'm trying to upgrade maven-ejb-plugin from maven-archiver 2.5 to maven-archiver-2.6and i'm currently faced with a puzzling situation... If i update to 2.6 several tests will fail... For the tests there were stubs generated which usin

Maven-EJB-Plugin Problem maven-archiver upgrade 2.5 => 2.6

2014-11-22 Thread Karl Heinz Marbaise
Hi, i'm trying to upgrade maven-ejb-plugin from maven-archiver 2.5 to maven-archiver-2.6and i'm currently faced with a puzzling situation... If i update to 2.6 several tests will fail... For the tests there were stubs generated which using groupId/artifactId etc. but if i update to 2.6 i