Skip to content

Commit d7c0fae

Browse files
ADd source plugin
1 parent 0b869f1 commit d7c0fae

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

+14-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</licenses>
2222

2323
<description>A JDBC Driver which acts as a cache</description>
24-
24+
2525
<organization>
2626
<name>QWAZR SAS / Emmanuel Keller</name>
2727
<url>https://www.qwazr.com</url>
@@ -90,6 +90,19 @@
9090
<target>1.8</target>
9191
</configuration>
9292
</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>
93106
<plugin>
94107
<groupId>org.apache.maven.plugins</groupId>
95108
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)