Skip to content

Commit

Permalink
Merge pull request #430 from syjer/428-fix-source-jar
Browse files Browse the repository at this point in the history
fix issue #428: use relative path instead of ${project.build.outputDirectory}/META-INF
  • Loading branch information
danfickle authored Jan 17, 2020
2 parents 7c4a95a + 20f653b commit 98fca08
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion openhtmltopdf-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</resource>
<resource>
<directory>../</directory>
<targetPath>${project.build.outputDirectory}/META-INF</targetPath>
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE*</include>
</includes>
Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
</resource>
<resource>
<directory>../</directory>
<targetPath>${project.build.outputDirectory}/META-INF</targetPath>
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE*</include>
</includes>
Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-java2d/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<resources>
<resource>
<directory>../</directory>
<targetPath>${project.build.outputDirectory}/META-INF</targetPath>
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE*</include>
</includes>
Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-latex-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<resources>
<resource>
<directory>../</directory>
<targetPath>${project.build.outputDirectory}/META-INF</targetPath>
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE*</include>
</includes>
Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-log4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<resources>
<resource>
<directory>../</directory>
<targetPath>${project.build.outputDirectory}/META-INF</targetPath>
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE*</include>
</includes>
Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-mathml-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<resources>
<resource>
<directory>../</directory>
<targetPath>${project.build.outputDirectory}/META-INF</targetPath>
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE*</include>
</includes>
Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-objects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<resources>
<resource>
<directory>../</directory>
<targetPath>${project.build.outputDirectory}/META-INF</targetPath>
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE*</include>
</includes>
Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-pdfa-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</resource>
<resource>
<directory>../</directory>
<targetPath>${project.build.outputDirectory}/META-INF</targetPath>
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE*</include>
</includes>
Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-pdfbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<resources>
<resource>
<directory>../</directory>
<targetPath>${project.build.outputDirectory}/META-INF</targetPath>
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE*</include>
</includes>
Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-rtl-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<resources>
<resource>
<directory>../</directory>
<targetPath>${project.build.outputDirectory}/META-INF</targetPath>
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE*</include>
</includes>
Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<resources>
<resource>
<directory>../</directory>
<targetPath>${project.build.outputDirectory}/META-INF</targetPath>
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE*</include>
</includes>
Expand Down
2 changes: 1 addition & 1 deletion openhtmltopdf-svg-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<resources>
<resource>
<directory>../</directory>
<targetPath>${project.build.outputDirectory}/META-INF</targetPath>
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE*</include>
</includes>
Expand Down

0 comments on commit 98fca08

Please sign in to comment.