Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

You also need to be a member of the group maven on people.apache.org.

When publishing plugin docs, be sure to activate the reporting profile with -P reporting.

Publishing schemas

To publish a schema, such as maven-v4_0_0.xsd, first generate the schemait, then scp it to people.apache.org, making sure to change the name.

No Format
/svn/maven/components/maven-model
$ mvn modello:xsd
...
$ scp  target/generated-site/xsd/maven-4.0.0.xsd  people.apache.org:/www/maven.apache.org/xsd/maven-v4_0_0.xsd

The schemas should be published to http://maven.apache.org/xsd/

The schemas currently in /www/maven.apache.org are:

  • maven-v3_0_0.xsd
  • maven-v4_0_0.xsd
  • maven-navigation-1.0.xsd <--- naming conventions? what module does this come from?

Possible additions:

...

  • (from Maven 1)

These files should be removed, and symlinks added to the actual files in /xsd.

See: http://www.nabble.com/Publishing-schemas-t2566129s177.html for discussion