File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 12
12
<maven .compiler.useIncrementalCompilation>false</maven .compiler.useIncrementalCompilation>
13
13
<jmh .version>1.15</jmh .version>
14
14
<!-- Skip deployment of this sub-module -->
15
- <source .skip>true</source .skip>
15
+ <maven . source.skip>true</maven . source.skip>
16
16
<maven .javadoc.skip>true</maven .javadoc.skip>
17
+ <maven .install.skip>true</maven .install.skip>
17
18
<maven .deploy.skip>true</maven .deploy.skip>
18
19
<maven .site.skip>true</maven .site.skip>
19
20
<maven .site.deploy.skip>true</maven .site.deploy.skip>
Original file line number Diff line number Diff line change 7
7
<maven >3.0.0</maven >
8
8
</prerequisites >
9
9
10
+ <parent >
11
+ <groupId >io.dropwizard</groupId >
12
+ <artifactId >dropwizard-parent</artifactId >
13
+ <version >1.1.0-SNAPSHOT</version >
14
+ </parent >
15
+
10
16
<artifactId >dropwizard-e2e</artifactId >
11
- <version >1.1.0-SNAPSHOT</version >
12
- <groupId >io.dropwizard</groupId >
13
17
<name >Dropwizard End-to-end Tests</name >
14
18
15
19
<properties >
16
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
17
- <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
18
- <maven .compiler.source>1.8</maven .compiler.source>
19
- <maven .compiler.target>1.8</maven .compiler.target>
20
-
21
20
<!-- No need to deploy dropwizard-e2e -->
21
+ <maven .source.skip>true</maven .source.skip>
22
+ <maven .javadoc.skip>true</maven .javadoc.skip>
23
+ <maven .install.skip>true</maven .install.skip>
22
24
<maven .deploy.skip>true</maven .deploy.skip>
23
25
<maven .site.skip>true</maven .site.skip>
24
26
<maven .site.deploy.skip>true</maven .site.deploy.skip>
99
101
</build >
100
102
</profile >
101
103
</profiles >
102
-
103
104
</project >
You can’t perform that action at this time.
0 commit comments