The POM reference is http://maven.apache.org/pom.html It contains a link to the schema: http://maven.apache.org/maven-v4_0_0.xsd
On 11/13/06, jiangshachina <[EMAIL PROTECTED]> wrote:
Hi Tom, > According to the POM schema, the groupId for plugin has a default > value of org.apache.maven.plugins How to see it? a cup of Java, cheers! Sha Jiang Tom Huybrechts wrote: > > According to the POM schema, the groupId for plugin has a default > value of org.apache.maven.plugins > > Tom > > On 11/13/06, jiangshachina <[EMAIL PROTECTED]> wrote: >> >> Hi guys, >> I have saw some guides like the following, >> http://maven.apache.org/guides/mini/guide-assemblies.html >> <plugin> >> <artifactId>maven-assembly-plugin</artifactId> >> <configuration> >> <descriptor>src/main/assembly/dep.xml</descriptor> >> </configuration> >> </plugin> >> Why can not set groupId and artifactId? >> Then how do Maven to deal with the plugin? >> Mave would search the whole local repository, then find it(the artifactId >> is >> unique), and use the last version? >> If the artifactId is duplicted, what would happen? >> >> a cup of Java, cheers! >> Sha Jiang >> -- >> View this message in context: >> http://www.nabble.com/Not-set-groupId-and-version--tf2620955s177.html#a7313571 >> Sent from the Maven - Users mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> 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] > > > -- View this message in context: http://www.nabble.com/Not-set-groupId-and-version--tf2620955s177.html#a7314183 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- 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]
