: Bug
Components: maven-javadoc-plugin
Reporter: David Jackman
The default access level for items shown in the Javadocs when using the Javadoc
tool directly is protected (see
http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#protected).
However, the default access level for
[ http://jira.codehaus.org/browse/MNG-1768?page=all ]
David Jackman updated MNG-1768:
---
Attachment: MNG-1768.patch
I'm attaching a patch that fixes this problem. It allows excluded package
names to be separated by a space, comma, semicolon, or
excludePackageNames property doesn't work
-
Key: MNG-1768
URL: http://jira.codehaus.org/browse/MNG-1768
Project: Maven 2
Type: Bug
Components: maven-javadoc-plugin
Reporter: David Jackman
The Javadoc plugin p
nents: maven-javadoc-plugin
Reporter: David Jackman
Attachments: overviewparameter.patch
When using the overview parameter for the Javadoc plugin, the value (which is a
path) isn't correctly converted to use forward slashes instead of backslashes.
The attached patch fixes the problem.
[ http://jira.codehaus.org/browse/MNG-441?page=comments#action_51688 ]
David Jackman commented on MNG-441:
---
One feature of forking the tests that we're currently using in M1 is the
working directory for the test process (maven.junit.dir). It'
-plugin
Reporter: David Jackman
Priority: Minor
Right now, I can install a 3rd party artifact to my repository using
install:install-file then, in a separate command, install a custom pom for that
artifact using install:install-file again with packaging set to pom and the
file
Optional tag in project dependency doesn't work
---
Key: MNG-1646
URL: http://jira.codehaus.org/browse/MNG-1646
Project: Maven 2
Type: Bug
Components: maven-core
Versions: 2.0
Reporter: David Jackma
[ http://jira.codehaus.org/browse/MNG-1499?page=all ]
David Jackman updated MNG-1499:
---
Attachment: MNG-1499-b.patch
After further inspection, I realized that the ModelUtils.mergePluginDefinitions
method had the same problem. The second attached patch
[ http://jira.codehaus.org/browse/MNG-1499?page=all ]
David Jackman updated MNG-1499:
---
Attachment: MNG-1499.patch
The attached patch fixes this problem. Instead of keeping the list of merged
plugins for parent and child in a map, it keeps the list in a
Execution order is arbitrary if inheritance is involved
---
Key: MNG-1499
URL: http://jira.codehaus.org/browse/MNG-1499
Project: Maven 2
Type: Bug
Components: maven-project
Reporter: David Jackman
Maven not able to find setter for MavenProjectHelper property
-
Key: MNG-1465
URL: http://jira.codehaus.org/browse/MNG-1465
Project: Maven 2
Type: Bug
Reporter: David Jackman
This might really be a
Javadoc:jar goal executes for non-Java projects
---
Key: MNG-1464
URL: http://jira.codehaus.org/browse/MNG-1464
Project: Maven 2
Type: Bug
Components: maven-javadoc-plugin
Reporter: David Jackman
Attachments
[ http://jira.codehaus.org/browse/MNG-1404?page=all ]
David Jackman updated MNG-1404:
---
Attachment: MNG-1404.patch
The current version of maven-project does output the validation errors in debug
mode (using the -X parameter). However, XML parsing
ement
Versions: 2.0
Reporter: David Jackman
Priority: Minor
Create a Mojo class that extends some base class that itself defines a
parameter that uses a setter. Here's an example:
public class Base extends AbstractMojo
{
/**
* @parameter property="parameter"
-in for Eclipse
Type: Bug
Reporter: David Jackman
Assigned to: Eugene Kuleshov
Priority: Minor
>From a new Eclipse project, choose Maven2 > Enable. The "Create New POM"
>dialog appears. Click cancel.
A pom.xml isn't created, but the project is Maven2 enabled an
lipse
Type: Bug
Reporter: David Jackman
Assigned to: Eugene Kuleshov
I added dependencies to my Eclipse project, which worked fine, and the project
code compiled fine. However, I added true to one of the
dependencies and the M2 plugin removed the dependency from the project build
path, an
jMock 1.0.1 POM has instead of
-
Key: MEV-150
URL: http://jira.codehaus.org/browse/MEV-150
Project: Maven Evangelism
Type: Bug
Components: Invalid POM
Reporter: David Jackman
--
This message is
commons-codec 1.3 is missing build.resources.resource.directory
---
Key: MEV-149
URL: http://jira.codehaus.org/browse/MEV-149
Project: Maven Evangelism
Type: Bug
Components: Invalid POM
Reporter: David
: maven-resources-plugin
Reporter: David Jackman
It would be nice to be able to reference custom properties defined in the
section of pom.xml in resources for filtering.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators
-plugin
Reporter: David Jackman
When filtering, the resources plugin should be using the system property value,
but is getting mixed up and using the value from the pom instead. I'm told the
same confusion is happening with ${pom.organization.name} getting replaced with
pom.name.
--
: documentation
Reporter: David Jackman
The Project Descriptor reference page (maven-model/maven.html) should contain
information about the properties element under project. Specifically, the
format for setting properties, what I can use for values (string literals only,
or can I use the values
Components: maven-resources-plugin
Versions: 2.0-beta-3
Reporter: David Jackman
Priority: Minor
Add a resources section to a POM without a directory element (in my case I did
have a filtering element, but that doesn't seem to matter). Do a build (at
least to the resources:reso
Error handling needs improvement
Key: MNG-1096
URL: http://jira.codehaus.org/browse/MNG-1096
Project: Maven 2
Type: Improvement
Components: maven-site-plugin
Versions: 2.0-beta-2
Reporter: David Jackman
I'm act
Type: New Feature
Versions: 2.0-beta-1
Reporter: David Jackman
This is essentially the same issue as MPARTIFACT-59, but for the Maven 2 code
base.
When the current version contains SNAPSHOT, every deploy creates a SNAPSHOT
artifact and an artifact with a date/time. This causes a LOT
Unable to change project.xml file that contains xsd information
---
Key: MPSCM-64
URL: http://jira.codehaus.org/browse/MPSCM-64
Project: maven-scm-plugin
Type: Bug
Versions: 1.4
Reporter: David
[ http://jira.codehaus.org/browse/MPSCM-37?page=comments#action_45133 ]
David Jackman commented on MPSCM-37:
At the very least, the scm:prepare-release goal should fail in this case.
Currently, the build succeeds but it didn't really work. This
: Bug
Versions: 1.4.1
Reporter: David Jackman
If the scm plugin can't edit the project.xml file, the prepare-release goal
shows that the error happened (by showing a stack trace), but doesn't fail. It
should fail with nothing changed in the source control repository.
--
Add the ability to show several sets of changes
---
Key: MPCHANGELOG-63
URL: http://jira.codehaus.org/browse/MPCHANGELOG-63
Project: maven-changelog-plugin
Type: New Feature
Versions: 1.7.2
Reporter: David
[ http://jira.codehaus.org/browse/MPCHANGELOG-63?page=all ]
David Jackman updated MPCHANGELOG-63:
-
Attachment: MPCHANGELOG-63.patch
I've attached a patch that changes the plugin in the way I described. This
patch also contains the change
[
http://jira.codehaus.org/browse/MPCHANGELOG-63?page=comments#action_39195 ]
David Jackman commented on MPCHANGELOG-63:
--
This request is similar to MPCHANGELOG-16, but a little different. This
request gives a bit more flexibility, but does
[ http://jira.codehaus.org/browse/MPCHANGELOG-61?page=all ]
David Jackman updated MPCHANGELOG-61:
-
Attachment: MPCHANGELOG-61.patch
Attached a patch file containing the changes for this enhancement. The
absolute date should work for all SCM
Add ability to log based on absolute date or tag
Key: MPCHANGELOG-61
URL: http://jira.codehaus.org/browse/MPCHANGELOG-61
Project: maven-changelog-plugin
Type: New Feature
Versions: 1.7.2
Reporter: David
Some docs on the Maven site talk about version 1.1. Is an interim 1.1
release still planned, or is everything looking forward to 2.0? Is
there a projected release date for 2.0 at this time?
-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED]
Sent: Friday, April 08, 2005 10
33 matches
Mail list logo