Skip to content

Commit 7e7607c

Browse files
committed
Add initial README
1 parent 70d62b7 commit 7e7607c

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
This is an example project that uses the [GitHub Maven Plugins](https://github.com/github/maven-plugins).
2+
3+
See the [POM file](https://github.com/kevinsawicki/github-maven-example/blob/master/example/pom.xml)
4+
for how the plugins are configured.
5+
6+
# Using the downloads plugin
7+
8+
```
9+
cd example
10+
mvn clean install
11+
```
12+
13+
The compiled, source, and Javadoc jars will be uploaded as downloads [here](https://github.com/kevinsawicki/github-maven-example/downloads)
14+
15+
# Using the site plugin
16+
17+
```
18+
cd example
19+
mvn clean install
20+
```
21+
22+
The generated site will be committed and visible [here](http://kevinsawicki.github.com/github-maven-example/)

0 commit comments

Comments
 (0)