diff --git a/README.asciidoc b/README.asciidoc index 1e8b0ae..cdc42af 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -19,6 +19,10 @@ To build this project, type: mvn clean install +If you want to build this project using SNAPSHOTs, add the `settings.xml` file to the command line: + + mvn -s settings.xml clean install + This creates a `mta-distribution--offline.zip` file in the `mta-distribution/target/` directory. == Additional Resources diff --git a/settings.xml b/settings.xml new file mode 100644 index 0000000..7f3afe8 --- /dev/null +++ b/settings.xml @@ -0,0 +1,46 @@ + + + + + + jboss-public-repository + + + sonatype-snapshots-repo + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + jboss-public-repository-group + JBoss Public Maven Repository Group + https://repository.jboss.org/nexus/content/groups/public-jboss/ + default + + + + + jboss-public-repository-group + JBoss Public Maven Repository Group + https://repository.jboss.org/nexus/content/groups/public-jboss/ + default + + true + + + true + + + + + + + jboss-public-repository + + \ No newline at end of file