We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b869f1 commit d7c0faeCopy full SHA for d7c0fae
pom.xml
@@ -21,7 +21,7 @@
21
</licenses>
22
23
<description>A JDBC Driver which acts as a cache</description>
24
-
+
25
<organization>
26
<name>QWAZR SAS / Emmanuel Keller</name>
27
<url>https://www.qwazr.com</url>
@@ -90,6 +90,19 @@
90
<target>1.8</target>
91
</configuration>
92
</plugin>
93
+ <plugin>
94
+ <groupId>org.apache.maven.plugins</groupId>
95
+ <artifactId>maven-source-plugin</artifactId>
96
+ <version>2.4</version>
97
+ <executions>
98
+ <execution>
99
+ <id>attach-sources</id>
100
+ <goals>
101
+ <goal>jar-no-fork</goal>
102
+ </goals>
103
+ </execution>
104
+ </executions>
105
+ </plugin>
106
<plugin>
107
<groupId>org.apache.maven.plugins</groupId>
108
<artifactId>maven-javadoc-plugin</artifactId>
0 commit comments