Issue Details (XML | Word | Printable)

Key: MPGENAPP-22
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Davy Toch
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Application Generation Plugin

The genapp wizard creates POM that doens't conform to model-3.0.0 xsd.

Created: 31/Jul/05 06:23 AM   Updated: 19/Nov/05 11:41 PM   Resolved: 19/Nov/05 11:41 PM
Return to search
Component/s: None
Affects Version/s: 2.2
Fix Version/s: 2.3

Time Tracking:
Not Specified

Environment: Not of importance.


 Description  « Hide

Using the genapp wizard in maven-1.1-beta-1, I created a simple jar project. However, the created POM isn't conform to the model-3.0.0 xsd (e.g. <package> element isn't allowed anymore in model-3.0.0).

Regards,
Davy Toch



David Levitt added a comment - 19/Aug/05 08:12 AM

It would be nice if the template project.xml file had all the correct schema attributes, so XML aware editors could

Something like:

<project xmlns="http://maven.apache.org/POM/3.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0
http://maven.apache.org/maven-v3_0_0.xsd">

[ tag from a maven-users message sent by Andy Glick]


Arnaud Heritier made changes - 22/Aug/05 06:41 AM
Field Original Value New Value
Assignee Arnaud Heritier [ aheritier ]
Lukas Theussl made changes - 19/Nov/05 11:41 PM
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]