We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eac041 commit 7deac7cCopy full SHA for 7deac7c
pom.xml
@@ -32,6 +32,20 @@ driver developers who would rather use Maven than Ant as their build tool.
32
<sourceDirectory>src/main</sourceDirectory>
33
<testSourceDirectory>src/test</testSourceDirectory>
34
<plugins>
35
+ <plugin>
36
+ <groupId>org.apache.maven.plugins</groupId>
37
+ <artifactId>maven-source-plugin</artifactId>
38
+ <version>2.1.2</version>
39
+ <executions>
40
+ <execution>
41
+ <id>attach-sources</id>
42
+ <phase>verify</phase>
43
+ <goals>
44
+ <goal>jar-no-fork</goal>
45
+ </goals>
46
+ </execution>
47
+ </executions>
48
+ </plugin>
49
<plugin>
50
<groupId>org.apache.felix</groupId>
51
<artifactId>maven-bundle-plugin</artifactId>
0 commit comments