I found my problem... copy and paste error... just copied the parents artifactId/groupId instead of the plugins artifact and groupId. That was the last thing I thought what had happened.
-----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Gesendet: Donnerstag, 14. Juni 2012 11:13 An: [email protected] Betreff: AW: Usage of self written plugin - Maven wants to download JAR of the parent Hi, Nope, I even checked the transitive dependencies of my plugin. It just have third party/open source dependencies. Greetings Jens -----Ursprüngliche Nachricht----- Von: martin.eisengardt [mailto:[email protected]] Gesendet: Donnerstag, 14. Juni 2012 09:53 An: Maven Users List Betreff: Re: Usage of self written plugin - Maven wants to download JAR of the parent Have you added this parent pom as a dependency? Parent-poms ahould onlybe specified with tag "<parent>" and not via dependency. --------------------------------------------------------------------- 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]
