AW: Usage of self written plugin - Maven wants to download JAR of the parent

2012-06-14 Thread Jens.Baitinger
] Gesendet: Donnerstag, 14. Juni 2012 11:13 An: users@maven.apache.org 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

AW: Usage of self written plugin - Maven wants to download JAR of the parent

2012-06-14 Thread Jens.Baitinger
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 "" and not via dependency. - To u

Re: Usage of self written plugin - Maven wants to download JAR of the parent

2012-06-14 Thread martin.eisengardt
Have you added this parent pom as a dependency? Parent-poms ahould onlybe specified with tag "" and not via dependency.

Usage of self written plugin - Maven wants to download JAR of the parent

2012-06-14 Thread Jens.Baitinger
Hi, My collegue and me wrote a plugin to trigger a Jenkins Job (which runs in an external site and signs our artifact) and download the result artifact of that Jenkins build. When I configure that plugin into our productive build config, maven wants to download the jar artifact of the plugins