I am very new in Maven. I need to create maven plugin which should print
names.

So if I want to use this plugin in my other projects I need to have below
plugin configuration

<configuration>
    <Team>
        <name>test1</name>
        <name>test2</name>
        <name>test3</name>
    </Team>
    <enabled>true</enabled>
</configuration>

I have tried to look for any tutorial in creating plugin using archetype. no
success Need help or you can provide good source on maven plugin




--
View this message in context: 
http://maven.40175.n5.nabble.com/how-to-create-maven-plugin-using-archetype-tp5753137.html
Sent from the Maven - Users mailing list archive at Nabble.com.

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

Reply via email to