]
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
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
Have you added this parent pom as a dependency?
Parent-poms ahould onlybe specified with tag "" and not via
dependency.
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