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

Summary: Netbeans platform application archetype : 2 enhancements
Product: projects Reporter: clebaudy <clebaudy>
Component: MavenAssignee: Milos Kleint <mkleint>
Status: RESOLVED FIXED    
Severity: normal Keywords: PLATFORM
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.