Tinguaro Barreno created MPLUGIN-197:
----------------------------------------
Summary: Subversion sources of 'maven-plugin-tools-model' doesn't
correspond with binary package (missing classes).
Key: MPLUGIN-197
URL: https://jira.codehaus.org/browse/MPLUGIN-197
Project: Maven 2.x Plugin Tools
Issue Type: Bug
Components: Metadata Model
Affects Versions: 2.9, 2.7, 2.6
Environment: Any
Reporter: Tinguaro Barreno
Priority: Trivial
Hi,
I've checked-out the Maven Plugin Tools from SubVersion on Eclipse and it warns
about missing classes.
The 'maven-plugin-tools-model' (in trunk or any-tag) only includes:
--
.
|-- pom.xml
|-- src
| |-- main
| | |-- java
| | | `-- org
| | | `-- apache
| | | `-- maven
| | | `-- plugin
| | | `-- tools
| | | `-- model
| | | |-- PluginMetadataParseException.java
| | | `-- PluginMetadataParser.java
| | `-- mdo
| | `-- plugin-metadata.mdo
...
--
However, the 'maven-plugin-tools-model-2.9-sources.jar' contains:
--
.
...
`-- org
`-- apache
`-- maven
`-- plugin
`-- tools
`-- model
|-- Component.java
|-- io
| `-- xpp3
| |-- PluginMetadataXpp3Reader.java
| `-- PluginMetadataXpp3Writer.java
|-- LifecycleExecution.java
|-- Mojo.java
|-- Parameter.java
|-- PluginMetadata.java
|-- PluginMetadataParseException.java
`-- PluginMetadataParser.java
--
Maybe a forgotten 'svn add'?
Best wishes.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira