File tree Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Original file line number Diff line number Diff line change 77
77
78
78
</dependencies >
79
79
<build >
80
+ <directory >${project.basedir} /target</directory >
81
+ <outputDirectory >${project.build.directory} /classes</outputDirectory >
82
+ <finalName >${project.artifactId} -${project.version} </finalName >
83
+ <testOutputDirectory >${project.build.directory} /test-classes</testOutputDirectory >
84
+ <sourceDirectory >${project.basedir} /src/main/java</sourceDirectory >
85
+ <testSourceDirectory >${project.basedir} /src/test/java</testSourceDirectory >
86
+ <resources >
87
+ <resource >
88
+ <directory >${project.basedir} /src/main/resources</directory >
89
+ </resource >
90
+ </resources >
91
+ <testResources >
92
+ <testResource >
93
+ <directory >${project.basedir} /src/test/resources</directory >
94
+ </testResource >
95
+ </testResources >
96
+
80
97
<plugins >
81
98
<plugin >
82
99
<groupId >org.apache.maven.plugins</groupId >
148
165
</execution >
149
166
</executions >
150
167
</plugin >
151
- <plugin >
152
- <groupId >net.nicoulaj.maven.plugins</groupId >
153
- <artifactId >checksum-maven-plugin</artifactId >
154
- <version >1.5</version >
155
- <executions >
156
- <execution >
157
- <goals >
158
- <goal >artifacts</goal >
159
- </goals >
160
- </execution >
161
- </executions >
162
- <configuration >
163
- <!-- put your configurations here -->
164
- </configuration >
165
- </plugin >
168
+
166
169
</plugins >
167
170
</build >
168
171
<distributionManagement >
You can’t perform that action at this time.
0 commit comments