Skip to content

Commit

Permalink
ADd source plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuel-keller committed May 26, 2016
1 parent 0b869f1 commit d7c0fae
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</licenses>

<description>A JDBC Driver which acts as a cache</description>

<organization>
<name>QWAZR SAS / Emmanuel Keller</name>
<url>https://www.qwazr.com</url>
Expand Down Expand Up @@ -90,6 +90,19 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit d7c0fae

Please sign in to comment.