Skip to content

Commit

Permalink
pulling the product change forward
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Sep 8, 2015
1 parent 84d10d1 commit 3b5eefa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ Enter the following:

$ git clone https://github.com/<yourname>/teiid.git
$ cd teiid
$ mvn clean install -P release -s settings.xml
$ mvn clean install -P release -Dmaven.javadoc.skip=true -s settings.xml

you can find the deployment artifacts in the "teiid/build/target" directory once the build is completed.

3 changes: 0 additions & 3 deletions pom.xml
Expand Up @@ -163,9 +163,6 @@
This profile is activated manually, as in "mvn ... -P release ..."
-->
<id>release</id>
<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>
<modules>
<module>build</module>
</modules>
Expand Down

0 comments on commit 3b5eefa

Please sign in to comment.