File tree Expand file tree Collapse file tree 5 files changed +180
-10
lines changed
java/main/com/weblyzard/api/model/document
main/com/weblyzard/api/model/document Expand file tree Collapse file tree 5 files changed +180
-10
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.weblyzard.api</groupId >
6
6
<artifactId >weblyzard-api</artifactId >
7
- <version >0.1.0</version >
7
+ <version >0.1.0.1 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >com.weblyzard.api.weblyzard-api</name >
122
122
<version >2.4</version >
123
123
</extension >
124
124
</extensions >
125
- <testResources >
126
- <testResource >
127
- <directory >src/java/test/resources</directory >
128
- <filtering >true</filtering >
129
- </testResource >
130
- </testResources >
125
+ <resources >
126
+ <resource >
127
+ <directory >src/resources/main</directory >
128
+ <filtering >true</filtering >
129
+ </resource >
130
+ </resources >
131
+ <testResources >
132
+ <testResource >
133
+ <directory >src/resources/test</directory >
134
+ <filtering >true</filtering >
135
+ </testResource >
136
+ </testResources >
131
137
<plugins >
132
138
<plugin >
133
139
<groupId >org.apache.maven.plugins</groupId >
147
153
<artifactId >maven-javadoc-plugin</artifactId >
148
154
<version >2.9.1</version >
149
155
<configuration >
150
- <additionalparam >-Xdoclint:none</additionalparam >
151
- </configuration >
156
+ <additionalparam >-Xdoclint:none</additionalparam >
157
+ </configuration >
152
158
<executions >
153
159
<execution >
154
160
<id >attach-javadocs</id >
190
196
<version >2.12.4</version >
191
197
</plugin >
192
198
193
- <!-- Integration testing -->
199
+ <!-- Integration testing -->
194
200
<plugin >
195
201
<groupId >org.apache.maven.plugins</groupId >
196
202
<artifactId >maven-failsafe-plugin</artifactId >
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments