Am 29.08.2011 22:13 schrieb "Eric Kolotyluk" <[email protected]>: > > OK, "mvn clean install" helps, but I actually need to use "mvn clean deploy" > > For some reason it does not seem to look in the local repository, it seems to be in love with Nexus.
The reason is: maven cached "plugin not found" fact. See my previous two messages. > > At any rate I can actually see my mojo running via the log - wha-hoo! > > Now if I can only figure out an easy way to use GitHub from Eclipse. Everything seems so manual... > > Cheers, Eric > > > On 2011-08-29 10:50 AM, Hilco Wijbenga wrote: >> >> On 29 August 2011 10:22, Eric Kolotyluk<[email protected]> wrote: >>> >>> That's interesting because it was m2e that created the project from the >>> maven-plugin archetype. >> >> I'm just going by [1]. I guess it doesn't matter. >> >>> Anyway, I made the change to the POM, but I still get exactly the same error >>> messages - can't find the POM for the plugin. >> >> So you ran "mvn clean install" and you checked that the POM and JAR >> are in your local repository? >> >> [1] http://maven.apache.org/guides/introduction/introduction-to-plugin-prefix-mapping.html >> >> --------------------------------------------------------------------- >> 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] >
