Skip to content

Commit f3a23be

Browse files
committed
Update pom.xml
1 parent f8cd249 commit f3a23be

File tree

1 file changed

+5
-43
lines changed

1 file changed

+5
-43
lines changed

pom.xml

Lines changed: 5 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24
<modelVersion>4.0.0</modelVersion>
35

46
<groupId>io.github.fvarrui</groupId>
@@ -35,8 +37,8 @@
3537
<connection>scm:git:git://github.com/fvarrui/JavaPackager.git</connection>
3638
<developerConnection>scm:git:git@github.com:fvarrui/fvarrui.git</developerConnection>
3739
<url>https://github.com/fvarrui/JavaPackager</url>
38-
<tag>HEAD</tag>
39-
</scm>
40+
<tag>HEAD</tag>
41+
</scm>
4042

4143
<dependencies>
4244
<dependency>
@@ -152,45 +154,6 @@
152154
</build>
153155

154156
<profiles>
155-
156-
<profile>
157-
<id>run-its</id>
158-
<build>
159-
<plugins>
160-
<plugin>
161-
<groupId>org.apache.maven.plugins</groupId>
162-
<artifactId>maven-invoker-plugin</artifactId>
163-
<version>1.7</version>
164-
<configuration>
165-
<debug>true</debug>
166-
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
167-
<pomIncludes>
168-
<pomInclude>*/pom.xml</pomInclude>
169-
</pomIncludes>
170-
<postBuildHookScript>verify</postBuildHookScript>
171-
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
172-
<settingsFile>src/it/settings.xml</settingsFile>
173-
<goals>
174-
<goal>clean</goal>
175-
<goal>test-compile</goal>
176-
</goals>
177-
</configuration>
178-
<executions>
179-
<execution>
180-
<id>integration-test</id>
181-
<goals>
182-
<goal>install</goal>
183-
<goal>integration-test</goal>
184-
<goal>verify</goal>
185-
</goals>
186-
</execution>
187-
</executions>
188-
</plugin>
189-
</plugins>
190-
</build>
191-
</profile>
192-
193-
<!-- GPG Signature on release -->
194157
<profile>
195158
<id>release-sign-artifacts</id>
196159
<activation>
@@ -218,7 +181,6 @@
218181
</plugins>
219182
</build>
220183
</profile>
221-
222184
</profiles>
223185

224186
<distributionManagement>

0 commit comments

Comments
 (0)