Skip to content

Commit b4200c8

Browse files
committed
Simplify POM files for styled-xml-parser and svg, so they use the values set in the root POM
QA-536
1 parent a6d81a6 commit b4200c8

File tree

2 files changed

+0
-130
lines changed

2 files changed

+0
-130
lines changed

styled-xml-parser/pom.xml

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,6 @@
4040
</dependencies>
4141

4242
<build>
43-
<resources>
44-
<resource>
45-
<directory>src/main/java</directory>
46-
<includes>
47-
<include>**/*.properties</include>
48-
</includes>
49-
</resource>
50-
<resource>
51-
<directory>src/main/resources</directory>
52-
<includes>
53-
<include>**/*.css</include>
54-
<include>**/*.ttf</include>
55-
</includes>
56-
</resource>
57-
</resources>
5843
<plugins>
5944
<plugin>
6045
<groupId>org.apache.maven.plugins</groupId>
@@ -66,56 +51,13 @@
6651
<groups>${integrationtests}</groups>
6752
</configuration>
6853
</plugin>
69-
<plugin>
70-
<groupId>org.apache.maven.plugins</groupId>
71-
<artifactId>maven-javadoc-plugin</artifactId>
72-
<executions>
73-
<execution>
74-
<id>attach-javadocs</id>
75-
<goals>
76-
<goal>jar</goal>
77-
</goals>
78-
</execution>
79-
</executions>
80-
<configuration>
81-
<quiet>true</quiet>
82-
<failOnError>true</failOnError>
83-
</configuration>
84-
</plugin>
85-
<plugin>
86-
<groupId>org.apache.maven.plugins</groupId>
87-
<artifactId>maven-source-plugin</artifactId>
88-
<executions>
89-
<execution>
90-
<id>attach-sources</id>
91-
<phase>verify</phase>
92-
<goals>
93-
<goal>jar-no-fork</goal>
94-
</goals>
95-
</execution>
96-
</executions>
97-
</plugin>
9854
<plugin>
9955
<groupId>org.apache.maven.plugins</groupId>
10056
<artifactId>maven-surefire-plugin</artifactId>
10157
<configuration>
10258
<groups>${unittests}</groups>
10359
</configuration>
10460
</plugin>
105-
<plugin>
106-
<groupId>org.pitest</groupId>
107-
<artifactId>pitest-maven</artifactId>
108-
<configuration>
109-
<skip>true</skip>
110-
</configuration>
111-
</plugin>
112-
<plugin>
113-
<groupId>org.revapi</groupId>
114-
<artifactId>revapi-maven-plugin</artifactId>
115-
<configuration>
116-
<skip>true</skip>
117-
</configuration>
118-
</plugin>
11961
</plugins>
12062
</build>
12163
</project>

svg/pom.xml

Lines changed: 0 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -66,36 +66,7 @@
6666
</dependencies>
6767

6868
<build>
69-
<resources>
70-
<resource>
71-
<directory>${basedir}/src/main/resources</directory>
72-
<includes>
73-
<include>**/*.css</include>
74-
</includes>
75-
</resource>
76-
</resources>
7769
<plugins>
78-
<plugin>
79-
<groupId>com.github.ekryd.sortpom</groupId>
80-
<artifactId>sortpom-maven-plugin</artifactId>
81-
<executions>
82-
<execution>
83-
<phase>verify</phase>
84-
<goals>
85-
<goal>sort</goal>
86-
</goals>
87-
</execution>
88-
</executions>
89-
<configuration>
90-
<lineSeparator>\n</lineSeparator>
91-
<encoding>${project.build.sourceEncoding}</encoding>
92-
<sortProperties>true</sortProperties>
93-
<keepBlankLines>true</keepBlankLines>
94-
<expandEmptyElements>false</expandEmptyElements>
95-
<nrOfIndentSpace>2</nrOfIndentSpace>
96-
<sortDependencies>scope</sortDependencies>
97-
</configuration>
98-
</plugin>
9970
<plugin>
10071
<groupId>org.apache.maven.plugins</groupId>
10172
<artifactId>maven-failsafe-plugin</artifactId>
@@ -106,56 +77,13 @@
10677
<groups>${integrationtests}</groups>
10778
</configuration>
10879
</plugin>
109-
<plugin>
110-
<groupId>org.apache.maven.plugins</groupId>
111-
<artifactId>maven-javadoc-plugin</artifactId>
112-
<executions>
113-
<execution>
114-
<id>attach-javadocs</id>
115-
<phase>package</phase>
116-
<goals>
117-
<goal>jar</goal>
118-
</goals>
119-
</execution>
120-
</executions>
121-
<configuration>
122-
<quiet>true</quiet>
123-
<failOnError>true</failOnError>
124-
<subpackages>com.itextpdf.svg</subpackages>
125-
</configuration>
126-
</plugin>
127-
<plugin>
128-
<groupId>org.apache.maven.plugins</groupId>
129-
<artifactId>maven-source-plugin</artifactId>
130-
<executions>
131-
<execution>
132-
<id>attach-source</id>
133-
<phase>package</phase>
134-
<goals>
135-
<goal>jar</goal>
136-
</goals>
137-
</execution>
138-
</executions>
139-
</plugin>
14080
<plugin>
14181
<groupId>org.apache.maven.plugins</groupId>
14282
<artifactId>maven-surefire-plugin</artifactId>
14383
<configuration>
14484
<groups>${unittests}</groups>
14585
</configuration>
14686
</plugin>
147-
<plugin>
148-
<groupId>org.codehaus.mojo</groupId>
149-
<artifactId>tidy-maven-plugin</artifactId>
150-
<executions>
151-
<execution>
152-
<phase>verify</phase>
153-
<goals>
154-
<goal>pom</goal>
155-
</goals>
156-
</execution>
157-
</executions>
158-
</plugin>
15987
</plugins>
16088
</build>
16189
</project>

0 commit comments

Comments
 (0)