Skip to content

Commit 963bc14

Browse files
committed
work
1 parent 7b4b311 commit 963bc14

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

pom.xml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
34
<modelVersion>4.0.0</modelVersion>
45

56
<groupId>org.woehlke.computer.kurzweil</groupId>
@@ -16,8 +17,8 @@
1617
<url>https://github.com/Computer-Kurzweil/mandelbrot.git</url>
1718
<connection>scm:git:git@github.com:Computer-Kurzweil/mandelbrot.git</connection>
1819
<developerConnection>scm:git:git@github.com:Computer-Kurzweil/mandelbrot.git</developerConnection>
19-
<tag>HEAD</tag>
20-
</scm>
20+
<tag>HEAD</tag>
21+
</scm>
2122

2223
<issueManagement>
2324
<url>https://github.com/Computer-Kurzweil/mandelbrot/issues/</url>
@@ -944,10 +945,12 @@
944945
<ignoredDependency>org.apache.maven.scm:maven-scm-managers</ignoredDependency>
945946
</ignoredDependencies>
946947
<ignoredUsedUndeclaredDependencies>
947-
<ignoredUsedUndeclaredDependency>org.apache.maven.plugins:maven-surefire-plugin</ignoredUsedUndeclaredDependency>
948+
<ignoredUsedUndeclaredDependency>org.apache.maven.plugins:maven-surefire-plugin
949+
</ignoredUsedUndeclaredDependency>
948950
</ignoredUsedUndeclaredDependencies>
949951
<ignoredUnusedDeclaredDependencies>
950-
<ignoredUnusedDeclaredDependency>org.apache.maven.plugins:maven-surefire-plugin</ignoredUnusedDeclaredDependency>
952+
<ignoredUnusedDeclaredDependency>org.apache.maven.plugins:maven-surefire-plugin
953+
</ignoredUnusedDeclaredDependency>
951954
</ignoredUnusedDeclaredDependencies>
952955
</configuration>
953956
</execution>
@@ -981,8 +984,11 @@
981984
<id>report</id>
982985
<phase>site</phase>
983986
<configuration>
984-
<excludeGroupIds>org.webjars,org.jclouds,org.jboss.as,xml-resolver,commons-configuration,org.codehaus.plexus,commons-digester,junit,log4j,io.openliberty.features</excludeGroupIds>
985-
<excludeArtifactIds>weld-probe-core,commons-configuration,jdk.tools,maven-antrun-plugin</excludeArtifactIds>
987+
<excludeGroupIds>
988+
org.webjars,org.jclouds,org.jboss.as,xml-resolver,commons-configuration,org.codehaus.plexus,commons-digester,junit,log4j,io.openliberty.features
989+
</excludeGroupIds>
990+
<excludeArtifactIds>weld-probe-core,commons-configuration,jdk.tools,maven-antrun-plugin
991+
</excludeArtifactIds>
986992
<failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact>
987993
<failOnWarning>false</failOnWarning>
988994
<reportSets>

0 commit comments

Comments
 (0)