The parent of this pom might be using <pluginManagement>. To know more http://maven.apache.org/pom.html#Plugin%20Management
jiangshachina 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#a7313626 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
