Proper way of overriding default component?

2007-03-06 Thread Faron Dutton
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. -

[jira] Created: (MPXDOC-162) I18N lookup fails for menu tag in navigation.jelly.

2005-09-02 Thread Faron Dutton (JIRA)
: Faron Dutton In navigation.jelly the statement should generate the following once it passes through site.jsl Project Documentation instead it generates If you look at maven.apache.org/index.html you will see that the menu name is missing from the section that contains

[jira] Created: (MAVEN-1604) Add meta-data to root of Maven repository.

2005-05-08 Thread Faron Dutton (JIRA)
Add meta-data to root of Maven repository. -- Key: MAVEN-1604 URL: http://jira.codehaus.org/browse/MAVEN-1604 Project: maven Type: New Feature Environment: N/A Reporter: Faron Dutton Add an XML file (e.g., maven

[jira] Created: (MAVEN-1598) Unexpected behavior of org.apache.maven.project.Project.

2005-04-24 Thread Faron Dutton (JIRA)
Reporter: Faron Dutton Calling Project.setDependencies() does not repopulate Project.dependencyMap. Calling Project.setDependencies() with a null value later results in NPE in addDependency() and getDependentProjectIds(). No way to remove a dependency. Calling getDependencies().remove() does