Commit a3d0dc1 1 parent c4f3b8c commit a3d0dc1 Copy full SHA for a3d0dc1
File tree 1 file changed +20
-2
lines changed
1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 118
118
</dependencies >
119
119
120
120
<build >
121
- <finalName >Palmetto</finalName >
122
121
<plugins >
123
122
<plugin >
124
123
<groupId >org.apache.maven.plugins</groupId >
143
142
</archive >
144
143
</configuration >
145
144
</plugin >
145
+ <!-- Javadoc plugin for generating documentation -->
146
+ <plugin >
147
+ <groupId >org.apache.maven.plugins</groupId >
148
+ <artifactId >maven-javadoc-plugin</artifactId >
149
+ <version >2.10.1</version >
150
+ <configuration >
151
+ <show >private</show >
152
+ <nohelp >true</nohelp >
153
+ </configuration >
154
+ <executions >
155
+ <execution >
156
+ <phase >package</phase >
157
+ <goals >
158
+ <goal >jar</goal >
159
+ </goals >
160
+ </execution >
161
+ </executions >
162
+ </plugin >
163
+ <!-- Source plugin for creating source file jar -->
146
164
<plugin >
147
165
<groupId >org.apache.maven.plugins</groupId >
148
166
<artifactId >maven-source-plugin</artifactId >
149
167
<version >2.2.1</version >
150
168
<executions >
151
169
<execution >
152
- <id >attach-sources</ id >
170
+ <phase >package</ phase >
153
171
<goals >
154
172
<goal >jar</goal >
155
173
</goals >
You can’t perform that action at this time.
0 commit comments