A single java source file:
- src/java/org/apache/maven/examples/simplejava/SimpleJava.java
-
-
and a Maven project definition, project.xml
-
+
+
A single java source file:
+ src/java/org/apache/maven/examples/simplejava/SimpleJava.java
+
+
and a Maven project definition, project.xml
+
With just the addition of the Maven project.xml file, the wide array
of built-in maven functionality is now available for use in this
diff --git a/source/xdocs/index.xml b/source/xdocs/index.xml
index 14160f2a..b3a8c748 100644
--- a/source/xdocs/index.xml
+++ b/source/xdocs/index.xml
@@ -50,24 +50,22 @@
Similarly to the plugin plugin, the source plugin is able to download
a source archive from the configured repository(ies). The following
parameters might be set at runtime:
-
-
groupId: the groupId of the source archive to download
-
artifactId: the artifactId of the source archive to download
-
version: the version of the source archive to download
-
ignoreErrors (optional - default to false): specificy if the build should fail if the source archive is not found
-
backwardCompatible (optional - default to false): specificy if the old source archive location should be checked as well
-
+
+
groupId: the groupId of the source archive to download
+
artifactId: the artifactId of the source archive to download
+
version: the version of the source archive to download
+
ignoreErrors (optional - default to false): specificy if the build should fail if the source archive is not found
+
backwardCompatible (optional - default to false): specificy if the old source archive location should be checked as well