We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d62b7 commit 7e7607cCopy full SHA for 7e7607c
1 file changed
README.md
@@ -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
19
20
21
22
+The generated site will be committed and visible [here](http://kevinsawicki.github.com/github-maven-example/)
0 commit comments