You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Faron Dutton <fd...@codehaus.org> on 2007/03/06 12:49:10 UTC

Proper way of overriding default component?

Specifically, I want to replace the default implementation of
org.apache.maven.project.MavenProjectBuilder, which is declared in
maven-project. How do I do this without modifying components.xml and
deploying a new JAR?

Faron.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Proper way of overriding default component?

Posted by Milos Kleint <mk...@gmail.com>.
Hello, Faron.

there's ways of doing it using the embedder. check the
mevenide2/netbeans/libs/embedder/..../EmbedderFactory.java class in
mevenide's sourcebase for an example.


Milos

On 3/6/07, Faron Dutton <fd...@codehaus.org> wrote:
> Specifically, I want to replace the default implementation of
> org.apache.maven.project.MavenProjectBuilder, which is declared in
> maven-project. How do I do this without modifying components.xml and
> deploying a new JAR?
>
> Faron.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org