org.apache.xmlgraphics:batik-squiggle
Advanced tools
Sorry, the diff of this file is not supported yet
@@ -1,4 +0,4 @@ | ||
| #Created by Apache Maven 3.3.9 | ||
| version=1.12 | ||
| #Created by Apache Maven 3.6.0 | ||
| version=1.13 | ||
| groupId=org.apache.xmlgraphics | ||
| artifactId=batik-squiggle |
@@ -34,3 +34,3 @@ <?xml version="1.0"?> | ||
| <artifactId>batik</artifactId> | ||
| <version>1.12</version> | ||
| <version>1.13</version> | ||
| </parent> | ||
@@ -41,2 +41,7 @@ | ||
| <groupId>${project.groupId}</groupId> | ||
| <artifactId>batik-shared-resources</artifactId> | ||
| <version>${project.version}</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>${project.groupId}</groupId> | ||
| <artifactId>batik-svgbrowser</artifactId> | ||
@@ -62,18 +67,24 @@ <version>${project.version}</version> | ||
| </plugin> | ||
| <plugin> | ||
| <artifactId>maven-dependency-plugin</artifactId> | ||
| <version>${dependency.version}</version><!--$NO-MVN-MAN-VER$--> | ||
| <executions> | ||
| <execution> | ||
| <id>unpack-shared-resources</id> | ||
| <phase>prepare-package</phase> | ||
| <goals> | ||
| <goal>unpack-dependencies</goal> | ||
| </goals> | ||
| <configuration> | ||
| <includeGroupIds>${project.groupId}</includeGroupIds> | ||
| <includeArtifactIds>batik-shared-resources</includeArtifactIds> | ||
| <includes>**/LICENSE,**/NOTICE</includes> | ||
| <outputDirectory>${project.build.outputDirectory}</outputDirectory> | ||
| </configuration> | ||
| </execution> | ||
| </executions> | ||
| </plugin> | ||
| </plugins> | ||
| <resources> | ||
| <resource> | ||
| <directory>src/main/resources</directory> | ||
| </resource> | ||
| <resource> | ||
| <directory>${basedir}/..</directory> | ||
| <includes> | ||
| <include>LICENSE</include> | ||
| <include>NOTICE</include> | ||
| </includes> | ||
| <targetPath>META-INF</targetPath> | ||
| </resource> | ||
| </resources> | ||
| </build> | ||
| </project> |
+1
-1
| Apache Batik | ||
| Copyright 1999-2019 The Apache Software Foundation | ||
| Copyright 1999-2020 The Apache Software Foundation | ||
@@ -4,0 +4,0 @@ This product includes software developed at |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet