|
1 | 1 | <?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"> |
3 | 4 | <modelVersion>4.0.0</modelVersion> |
4 | 5 |
|
5 | 6 | <groupId>org.woehlke.computer.kurzweil</groupId> |
|
16 | 17 | <url>https://github.com/Computer-Kurzweil/mandelbrot.git</url> |
17 | 18 | <connection>scm:git:git@github.com:Computer-Kurzweil/mandelbrot.git</connection> |
18 | 19 | <developerConnection>scm:git:git@github.com:Computer-Kurzweil/mandelbrot.git</developerConnection> |
19 | | - <tag>HEAD</tag> |
20 | | - </scm> |
| 20 | + <tag>HEAD</tag> |
| 21 | + </scm> |
21 | 22 |
|
22 | 23 | <issueManagement> |
23 | 24 | <url>https://github.com/Computer-Kurzweil/mandelbrot/issues/</url> |
|
944 | 945 | <ignoredDependency>org.apache.maven.scm:maven-scm-managers</ignoredDependency> |
945 | 946 | </ignoredDependencies> |
946 | 947 | <ignoredUsedUndeclaredDependencies> |
947 | | - <ignoredUsedUndeclaredDependency>org.apache.maven.plugins:maven-surefire-plugin</ignoredUsedUndeclaredDependency> |
| 948 | + <ignoredUsedUndeclaredDependency>org.apache.maven.plugins:maven-surefire-plugin |
| 949 | + </ignoredUsedUndeclaredDependency> |
948 | 950 | </ignoredUsedUndeclaredDependencies> |
949 | 951 | <ignoredUnusedDeclaredDependencies> |
950 | | - <ignoredUnusedDeclaredDependency>org.apache.maven.plugins:maven-surefire-plugin</ignoredUnusedDeclaredDependency> |
| 952 | + <ignoredUnusedDeclaredDependency>org.apache.maven.plugins:maven-surefire-plugin |
| 953 | + </ignoredUnusedDeclaredDependency> |
951 | 954 | </ignoredUnusedDeclaredDependencies> |
952 | 955 | </configuration> |
953 | 956 | </execution> |
|
981 | 984 | <id>report</id> |
982 | 985 | <phase>site</phase> |
983 | 986 | <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> |
986 | 992 | <failOnMissingClassifierArtifact>false</failOnMissingClassifierArtifact> |
987 | 993 | <failOnWarning>false</failOnWarning> |
988 | 994 | <reportSets> |
|
0 commit comments