On 23 July 2010 20:39, Refr Bruhl <[email protected]> wrote:
> Team
>
> Have to admit I am still fighting the maven learning curve...
>
> I wish to create 3 or 4 different pom files to be used as parent poms. When
> these are done I wish to publish them in my distribution management 
> repository.
>
> Is there an archetype specifically for pom's or is there another way to use
> maven to publish the pom files to the repository?

You are unlikely to need an archetype, as a pom project is just, well,
a pom. Create a directory, create a pom.xml in it, with packaging of
"pom" and add whatever you need. Then run mvn deploy from the
directory, as normal.

A sample: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?view=markup

-- 
Phil Housley

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

Reply via email to