On 23 July 2010 20:39, Refr Bruhl <refr_br...@yahoo.com> 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: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to