You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Mick Knutson <mi...@gmail.com> on 2006/08/22 22:00:55 UTC

[m204] JDevloper plugin not found

The plugin 'org.apache.maven.plugins:maven-jdeveloper-plugin' does not exist
or no valid version could be found

            <plugin>
                <groupId>maven</groupId>
                <artifactId>maven-jdeveloper-plugin</artifactId>
                <version>1.4</version>
            </plugin>


The plugin is located at
http://www.ibiblio.org/maven2/maven/maven-jdeveloper-plugin/1.4/


---
Thanks

DJ MICK
http://www.djmick.com
http://www.myspace.com/mickknutson

Re: [m204] JDevloper plugin not found

Posted by Geoffrey De Smet <ge...@gmail.com>.
Everything under groupId "maven" is legacy from maven 1, even if it's in 
the maven 2 repository.
You can't use a m1 plugin in m2.
So take a look at what is below groupId "org.apache.maven.plugins" and 
"org.codehaus.mojo"

Mick Knutson wrote:
> The plugin 'org.apache.maven.plugins:maven-jdeveloper-plugin' does not 
> exist
> or no valid version could be found
> 
>            <plugin>
>                <groupId>maven</groupId>
>                <artifactId>maven-jdeveloper-plugin</artifactId>
>                <version>1.4</version>
>            </plugin>
> 
> 
> The plugin is located at
> http://www.ibiblio.org/maven2/maven/maven-jdeveloper-plugin/1.4/
> 
> 
> ---
> Thanks
> 
> DJ MICK
> http://www.djmick.com
> http://www.myspace.com/mickknutson
> 

-- 
With kind regards,
Geoffrey De Smet


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org