Skip to content

Commit

Permalink
added docu for building ALL distributions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Aug 1, 2013
1 parent 7ec27c4 commit 1978b38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,9 @@ mvn -Pjruby-jars

the gem will be in ./maven/jruby-jars/target

### building ALL packages ###

```
mvn -Pall
```

3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,9 @@
<module>docs</module>
<module>maven</module>
</modules>
<build>
<defaultGoal>install</defaultGoal>
</build>
</profile>
</profiles>
<reporting>
Expand Down

0 comments on commit 1978b38

Please sign in to comment.