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.
-
: 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
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
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