This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 180602 - Netbeans platform application archetype : 2 enhancements
Summary: Netbeans platform application archetype : 2 enhancements
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: PLATFORM
Depends on:
Blocks:
 
Reported: 2010-02-11 04:29 UTC by clebaudy
Modified: 2010-03-16 13:43 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description clebaudy 2010-02-11 04:29:00 UTC
The maven archetype :

GroupId: org.codehaus.mojo.archetypes
ArtifactId: netbeans-platform-app-archetype
Version: 1.2.1

Firstly : archetype should be updated to produce 6.8 platform application POM

Secondly: use a netbeans.platform.version property defined in parent pom to refer to platform version (because changing the netbeans.version is never enough.
bloc, i changed in my project to have :
<properties>
<netbeans.version>RELEASE68</netbeans.version>
<netbeans.platform.version>platform11</netbeans.platform.version>
</properties>

thanks.
Comment 1 Milos Kleint 2010-03-16 13:43:48 UTC
the current trunk is using SNAPSHOT (6.9 snapshot binaries) and will use 6.9 at the time of the release.

The platform property shall not be necessary any more. the goal that generates the repository content now strips the number, so it always be just platform from now on. I've added links to the remote repository at bits.n.o to use platform for older version as well. So you should be able to use that even now.