Web3DConsortium / X3D-Edit

X3D-Edit is an Extensible 3D (X3D) Graphics authoring tool for simple error-free creation, editing, validation and viewing of X3D scenes for interactive Web-based visualization. X3D-Edit runs as a standalone application or Netbeans plugin. The X3D file format is an advanced XML version of the original VRML97 international standard.
https://savage.nps.edu/X3D-Edit
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Mavenize X3D-Edit plugin in Maven Central (to prepare for inclusion in the Apache NetBeans Plugin Portal) #1

Closed terry-norbraten closed 1 year ago

terry-norbraten commented 1 year ago

Following guidance from: https://cwiki.apache.org/confluence/display/NETBEANS/Step+by+step+guide+for+upload+NBM+to+Maven+Central

terry-norbraten commented 1 year ago

Ultimately successful as evidenced by: https://plugins.netbeans.apache.org/catalogue/?id=90

Guidance on Apache's cwiki provides mostly a smooth transition, but O/S dependent on some steps, i.e. GPG setup and signing.

Take away is that one doesn't not have completely Mavenize a project; can use existing Ant build scripts with only a few minor addition of targets that handle the maven staging process. (See this project's build.xml for examples)

This project can be an example of how to do this with updated techniques found by trial and error after following: https://central.sonatype.org/pages/apache-ant.html