it does not work for me either,  i am sure my files is setttings.xml

-D

On Thu, Jan 15, 2009 at 5:01 AM, Edelson, Justin
<[email protected]> wrote:
> Yes, it works. The file is supposed to be called settings.xml.
>
> On Jan 15, 2009, at 6:05 AM, "linchongsu" <[email protected]> wrote:
>
>>  does the pluginGroups in the setting.xml work? anybody comes to this
>> problem?
>>
>> On Mon, Nov 24, 2008 at 3:21 PM, 苏林冲 <[email protected]> wrote:
>>
>> > Anybody konw this?
>> >
>> > 2008/11/21 苏林冲 <[email protected]>
>> >
>> > Hi, all
>> >> I have set below in setting.xml
>> >> <pluginGroups>
>> >>     <pluginGroup>com.mycompany.maven.plugins</pluginGroup>
>> >>  </pluginGroups>
>> >>
>> >> when i run myplugin:exec , maven print these in the console
>> >>
>> >> [INFO] Scanning for projects...
>> >> [INFO] Searching repository for plugin with prefix: 'myplugin'.
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [ERROR] BUILD ERROR
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [INFO] The plugin 'org.apache.maven.plugins:maven-myplugin-plugin' does
>> >> not exist or no valid version could be found
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [INFO] For more information, run Maven with the -e switch
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [INFO] Total time: < 1 second
>> >> [INFO] Finished at: Fri Nov 21 13:05:34 CST 2008
>> >> [INFO] Final Memory: 1M/2M
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >>
>> >> why does maven define the groupId "org.apache.maven.plugins" rather
>> >> than"
>> >> com.mycompany.maven.plugins"?
>> >>
>> >> And below is also the log infomation with -X
>> >>
>> >>
>> >> + Error stacktraces are turned on.
>> >> Maven version: 2.0.9
>> >> Java version: 1.5.0_16
>> >> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
>> >> [DEBUG] Building Maven user-level plugin registry from: 'C:\Documents
>> >> and
>> >> Settings\sulinchong.pt\.m2\plugin-registry.xml'
>> >> [DEBUG] Building Maven global-level plugin registry from: 'D:\Program
>> >> Files\apache-maven-2.0.9\conf\plugin-registry.xml'
>> >> [INFO] Scanning for projects...
>> >> [INFO] Searching repository for plugin with prefix: 'myplugin'.
>> >> [DEBUG] Loading plugin prefixes from group: com.taobao.maven.plugins
>> >> -----> does it work?
>> >> [DEBUG] Loading plugin prefixes from group: org.apache.maven.plugins
>> >> [DEBUG] Loading plugin prefixes from group: org.codehaus.mojo
>> >> [DEBUG] maven-myplugin-plugin: using locally installed snapshot
>> >> [DEBUG] Artifact not found - using stub model: Unable to determine the
>> >> latest version
>> >>
>> >>   org.apache.maven.plugins:maven-myplugin-plugin:pom:LATEST
>> >>
>> >>
>> >> [DEBUG] Using defaults for missing POM
>> >> org.apache.maven.plugins:maven-myplugin-plugin:pom:LATEST
>> >> [DEBUG] maven-myplugin-plugin: using locally installed snapshot
>> >> [DEBUG] Artifact not found - using stub model: Unable to determine the
>> >> release version
>> >>
>> >>   org.apache.maven.plugins:maven-myplugin-plugin:pom:RELEASE
>> >>
>> >>
>> >> [DEBUG] Using defaults for missing POM
>> >> org.apache.maven.plugins:maven-myplugin-plugin:pom:RELEASE
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [ERROR] BUILD ERROR
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [INFO] The plugin 'org.apache.maven.plugins:maven-myplugin-plugin' does
>> >> not exist or no valid version could be found
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [DEBUG] Trace
>> >> org.apache.maven.lifecycle.LifecycleExecutionException: The plugin
>> >> 'org.apache.maven.plugins:maven-myplugin-plugin' does not exist or no
>> >> valid
>> >> version could be found
>> >>     at
>> >>
>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1303)
>> >>     at
>> >>
>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1542)
>> >>     at
>> >>
>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:405)
>> >>     at
>> >>
>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:137)
>> >>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
>> >>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
>> >>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
>> >>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> >>     at
>> >>
>> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> >>     at
>> >>
>> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> >>     at java.lang.reflect.Method.invoke(Method.java:585)
>> >>     at
>> >> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>> >>     at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>> >>     at
>> >> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>> >>     at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>> >> Caused by:
>> >> org.apache.maven.plugin.version.PluginVersionNotFoundException:
>> >> The plugin 'org.apache.maven.plugins:maven-myplugin-plugin' does not
>> >> exist
>> >> or no valid version could be found
>> >>     at
>> >>
>> >> org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:229)
>> >>     at
>> >>
>> >> org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:91)
>> >>     at
>> >>
>> >> org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:171)
>> >>     at
>> >>
>> >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1274)
>> >>     ... 14 more
>> >> [INFO]
>> >>
>> >> ------------------------------------------------------------------------
>> >> [INFO] Total time: < 1 second
>> >> [INFO] Finished at: Fri Nov 21 13:08:21 CST 2008
>> >> [INFO] Final Memory: 1M/2M
>> >> [INFO]
>> >>
>> >> And , i'm sure that i have deploy myplugin like this "
>> >> com.mycompany.maven.plugins:maven-myplugin-plugin:1.0".
>> >>
>> >>
>> >
>> >
>> > --
>> > 漠洋(苏琳冲)
>> > SuLinchong
>> > Phone   13656669328
>> > Qq        387973308
>> > Msn      [email protected]
>> >
>>
>>
>>
>> --
>> 漠洋(苏琳冲)
>> SuLinchong
>> Phone   13656669328
>> Qq        387973308
>> Msn      [email protected]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to