Skip to content

Commit 02a488f

Browse files
committed
update builds with url and src zip exclusions
1 parent 1ee1bb2 commit 02a488f

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

client/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<modelVersion>4.0.0</modelVersion>
1111

12+
<url>https://github.com/pwm-project/pwm</url>
1213
<artifactId>pwm-client</artifactId>
1314
<packaging>jar</packaging>
1415

data-service/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

10+
<url>https://github.com/pwm-project/pwm</url>
1011
<modelVersion>4.0.0</modelVersion>
1112

1213
<artifactId>pwm-data-service</artifactId>

docker/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
<packaging>jar</packaging>
1313

14+
<url>https://github.com/pwm-project/pwm</url>
1415
<artifactId>pwm-docker</artifactId>
1516

1617
<name>PWM Password Self Service: Docker Image</name>

onejar/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<modelVersion>4.0.0</modelVersion>
1111

12+
<url>https://github.com/pwm-project/pwm</url>
1213
<artifactId>pwm-onejar</artifactId>
1314

1415
<packaging>jar</packaging>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<modelVersion>4.0.0</modelVersion>
44

5+
<url>https://github.com/pwm-project/pwm</url>
56
<groupId>org.pwm-project</groupId>
67
<artifactId>pwm-parent</artifactId>
78
<version>2.0.2-SNAPSHOT</version>

rest-test-service/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<modelVersion>4.0.0</modelVersion>
1111

12+
<url>https://github.com/pwm-project/pwm</url>
1213
<artifactId>rest-test-service</artifactId>
1314
<packaging>war</packaging>
1415

server/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<modelVersion>4.0.0</modelVersion>
1111

12+
<url>https://github.com/pwm-project/pwm</url>
1213
<artifactId>pwm-server</artifactId>
1314
<packaging>jar</packaging>
1415

webapp/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<modelVersion>4.0.0</modelVersion>
1111

12+
<url>https://github.com/pwm-project/pwm</url>
1213
<artifactId>pwm</artifactId>
1314
<packaging>war</packaging>
1415

webapp/src/build/assembly/source-reference.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
<exclude>*.iml</exclude>
7272
<exclude>target/**</exclude>
7373
<exclude>.node/**</exclude>
74+
<exclude>angular/.node/**</exclude>
7475
<exclude>angular/dist/**</exclude>
7576
<exclude>angular/node_modules/**</exclude>
7677
</excludes>

0 commit comments

Comments
 (0)