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 365a30f commit 09c45fcCopy full SHA for 09c45fc
pom.xml
@@ -110,6 +110,32 @@
110
</execution>
111
</executions>
112
</plugin>
113
+ <plugin>
114
+ <groupId>org.apache.maven.plugins</groupId>
115
+ <artifactId>maven-source-plugin</artifactId>
116
+ <version>2.2.1</version>
117
+ <executions>
118
+ <execution>
119
+ <id>attach-sources</id>
120
+ <goals>
121
+ <goal>jar-no-fork</goal>
122
+ </goals>
123
+ </execution>
124
+ </executions>
125
+ </plugin>
126
127
128
+ <artifactId>maven-javadoc-plugin</artifactId>
129
+ <version>2.9.1</version>
130
131
132
+ <id>attach-javadocs</id>
133
134
+ <goal>jar</goal>
135
136
137
138
139
</plugins>
140
</build>
141
</profile>
0 commit comments