File tree Expand file tree Collapse file tree 8 files changed +33
-82
lines changed Expand file tree Collapse file tree 8 files changed +33
-82
lines changed Original file line number Diff line number Diff line change 1111 <artifactId >arquillian-warp-aggregate-jacoco-report</artifactId >
1212 <name >Arquillian Warp: Aggregated Jacoco test coverage report</name >
1313 <packaging >pom</packaging >
14-
14+
15+ <properties >
16+ <!-- Do NOT deploy any of the jacoco modules -->
17+ <maven .deploy.skip>true</maven .deploy.skip>
18+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
19+ </properties >
20+
1521 <dependencies >
1622 <!-- Add all modules that should be part of the jacoco test coverage report -->
1723 <dependency >
7985 </plugin >
8086 </plugins >
8187 </build >
82- </project >
88+ </project >
Original file line number Diff line number Diff line change 1212
1313 <properties >
1414 <documentation .sources.directory>${project.build.directory} /compiled-sources-docs</documentation .sources.directory>
15+ <!-- Do NOT deploy any of the docs modules -->
16+ <maven .deploy.skip>true</maven .deploy.skip>
17+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
1518 </properties >
1619
1720 <build >
Original file line number Diff line number Diff line change 3232 <arquillian .launch.wildfly>false</arquillian .launch.wildfly>
3333 <arquillian .launch.tomee>false</arquillian .launch.tomee>
3434 <arquillian .launch.glassfish>false</arquillian .launch.glassfish>
35+
36+ <!-- Do NOT deploy any of the ITs modules -->
37+ <maven .deploy.skip>true</maven .deploy.skip>
38+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
3539 </properties >
3640
3741 <dependencyManagement >
Original file line number Diff line number Diff line change 1515 <properties >
1616 <browser >htmlUnit</browser >
1717 <remoteReusable >false</remoteReusable >
18+
19+ <!-- Do NOT deploy any of the ITs modules -->
20+ <maven .deploy.skip>true</maven .deploy.skip>
21+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
1822 </properties >
1923
2024 <dependencies >
Original file line number Diff line number Diff line change 1111 <artifactId >arquillian-warp-ftest</artifactId >
1212 <name >Arquillian Warp: Functional Test</name >
1313
14+ <properties >
15+ <!-- Do NOT deploy any of the ITs module -->
16+ <maven .deploy.skip>true</maven .deploy.skip>
17+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
18+ </properties >
19+
1420 <dependencies >
1521 <!-- The dependency on the servlet api must be declared for each profile contained "ftest-base/pom.xml" instead of using "org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec",
1622 as the test "org.jboss.arquillian.warp.jsf.ftest.lifecycle.TestFacesLifecycleFailurePropagation" would fail for TomEE (see detailed explanation in this test)
Original file line number Diff line number Diff line change 1515 <properties >
1616 <!-- Avoid warning "JAR will be empty - no content was marked for inclusion!", as this project contains only test classes -->
1717 <maven .install.skip>true</maven .install.skip>
18+ <!-- Do NOT deploy any of the ITs module -->
1819 <maven .deploy.skip>true</maven .deploy.skip>
20+ <skipNexusStagingDeployMojo >true</skipNexusStagingDeployMojo >
1921 </properties >
2022
2123 <dependencies >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.jboss</groupId >
77 <artifactId >jboss-parent</artifactId >
8- <version >49 </version >
8+ <version >50 </version >
99 </parent >
1010
1111 <!-- Model Version -->
2828 </license >
2929 </licenses >
3030
31+ <organization >
32+ <name >Arquillian Community</name >
33+ <url >https://arquillian.org/</url >
34+ </organization >
35+
3136 <developers >
3237 <developer >
3338 <name >Lukas Fryc</name >
6570 <properties >
6671 <!-- JBoss Parent -->
6772 <maven .compiler.release>17</maven .compiler.release>
68- <maven .compiler.target>${maven.compiler.release} </maven .compiler.target>
69- <maven .compiler.source>${maven.compiler.release} </maven .compiler.source>
7073
7174 <!-- Arquillian -->
7275 <version .arquillian_core>1.10.0.Final</version .arquillian_core>
137140 <module >aggregate-jacoco-report</module >
138141 </modules >
139142
140- <build >
141- <plugins >
142- <plugin >
143- <artifactId >maven-release-plugin</artifactId >
144- <configuration >
145- <autoVersionSubmodules >true</autoVersionSubmodules >
146- <localCheckout >true</localCheckout >
147- <tagNameFormat >@{project.version}</tagNameFormat >
148- </configuration >
149- </plugin >
150- </plugins >
151- </build >
152-
153143</project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments