We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0ac39 commit b008340Copy full SHA for b008340
pom.xml
@@ -114,4 +114,27 @@
114
</plugin>
115
</plugins>
116
</reporting>
117
+
118
+ <profiles>
119
+ <profile>
120
+ <id>release</id>
121
+ <build>
122
+ <plugins>
123
+ <plugin>
124
+ <artifactId>maven-javadoc-plugin</artifactId>
125
+ <version>2.8.1</version>
126
+ <executions>
127
+ <execution>
128
+ <id>attach-javadocs</id>
129
+ <goals>
130
+ <goal>jar</goal>
131
+ </goals>
132
+ </execution>
133
+ </executions>
134
+ </plugin>
135
+ </plugins>
136
137
+ </build>
138
+ </profile>
139
+ </profiles>
140
</project>
0 commit comments