BEAM GPF Operator Archetype Plug-in
Source is here.
- Checkout the source code using Subversion:
Type svn co https://www.brockmann-consult.de/svn/os/maven/trunk/maven-beam-gpf-archetype $MY_PROJECTS/maven-beam-gpf-archetype
- Cd into $MY_PROJECTS/maven-beam-gpf-archetype
- Install BEAM GPF Operator Archetype Plug-in to Maven repository:
Type mvn install - Cd into $MY_PROJECTS
- Create a new BEAM GPF Operator:
Type mvn archetype:create -DgroupId=<my-groupId> -DartifactId=<my-artifactId> -DarchetypeArtifactId=maven-beam-gpf-archetype -DarchetypeGroupId=org.esa.beam.maven -DarchetypeVersion=4.2-SNAPSHOT
BEAM I/O Plug-ins Archetype Plug-in
Source is here.
svn co https://www.brockmann-consult.de/svn/os/maven/trunk/maven-beam-dataio-archetype $MY_PROJECTS/maven-beam-dataio-archetype
General Template Plug-in
Source is here.
svn co https://www.brockmann-consult.de/svn/os/maven/trunk/maven-template-plugin $MY_PROJECTS/maven-template-plugin