Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] How do I add a local archetypeCatalog extension?

Hi Andreas,

Thanks, but I wanted a local archetypeCatalog, something like the
following:

>    <extension
>          point="org.eclipse.m2e.core.archetypeCatalogs">
>          <local
> 
> name="me.gladwell.eclipse.m2e.android.localArchetypeCatalog"
>                description="Android Archetypes Catalog"
>          >
>          </local>
>    </extension>

Not sure how the local catalog is referenced and where it should go in
my source code so its available.

Regards...

-- 
Ricardo
Twitter: @rgladwell


On Tue, 2012-08-07 at 12:42 +0200, Andreas Magnusson wrote:
> I have one that is defined like this in my plugin.xml that works great:
> 
>    <extension
>          point="org.eclipse.m2e.core.archetypeCatalogs">
>       <remote
>             description="releases"
>             url="http://server:port/nexus/content/repositories/releases/";>
>       </remote>
>    </extension>
> 
> 
> On 7 August 2012 12:21, Ricardo Gladwell <ricardo.gladwell@xxxxxxxxx> wrote:
> > Hi Guys
> >
> > I'd like to add a local archetypeCatalog extension point to me m2e
> > extension plug-in, but can't find any documentation or code examples
> > about how to go about this.
> >
> > Could someone please point me in the right direction?
> >
> > TIA...
> >
> > --
> > Ricardo
> > Twitter: @rgladwell
> >
> >
> >
> > _______________________________________________
> > m2e-users mailing list
> > m2e-users@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/m2e-users
> _______________________________________________
> m2e-users mailing list
> m2e-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/m2e-users



Back to the top