This repository was archived by the owner on Apr 25, 2020. It is now read-only.
File tree 1 file changed +28
-2
lines changed
1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change 89
89
</dependencies >
90
90
91
91
<build >
92
+ <sourceDirectory >src/main/scala</sourceDirectory >
93
+ <testSourceDirectory >src/test/scala</testSourceDirectory >
94
+ <resources >
95
+ <resource >
96
+ <directory >${basedir} /src/main/resources</directory >
97
+ </resource >
98
+ </resources >
99
+ <testResources >
100
+ <testResource >
101
+ <directory >${basedir} /src/test/resources</directory >
102
+ </testResource >
103
+ </testResources >
92
104
<plugins >
93
105
<plugin >
94
106
<artifactId >maven-enforcer-plugin</artifactId >
148
160
</configuration >
149
161
</plugin >
150
162
163
+ <plugin >
164
+ <groupId >org.apache.maven.plugins</groupId >
165
+ <artifactId >maven-javadoc-plugin</artifactId >
166
+ <executions >
167
+ <execution >
168
+ <id >attach-javadoc</id >
169
+ <goals >
170
+ <goal >jar</goal >
171
+ </goals >
172
+ <phase >package</phase >
173
+ </execution >
174
+ </executions >
175
+ </plugin >
176
+
151
177
<plugin >
152
178
<groupId >org.apache.maven.plugins</groupId >
153
179
<artifactId >maven-source-plugin</artifactId >
154
- <version >2.2.1</version >
155
180
<executions >
156
181
<execution >
157
182
<id >attach-sources</id >
158
183
<goals >
159
- <goal >jar-no-fork </goal >
184
+ <goal >jar</goal >
160
185
</goals >
186
+ <phase >package</phase >
161
187
</execution >
162
188
</executions >
163
189
</plugin >
You can’t perform that action at this time.
0 commit comments