Skip to content

Commit

Permalink
update builds with url and src zip exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrivard committed Jul 24, 2022
1 parent 1ee1bb2 commit 02a488f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<modelVersion>4.0.0</modelVersion>

<url>https://github.com/pwm-project/pwm</url>
<artifactId>pwm-client</artifactId>
<packaging>jar</packaging>

Expand Down
1 change: 1 addition & 0 deletions data-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<relativePath>../pom.xml</relativePath>
</parent>

<url>https://github.com/pwm-project/pwm</url>
<modelVersion>4.0.0</modelVersion>

<artifactId>pwm-data-service</artifactId>
Expand Down
1 change: 1 addition & 0 deletions docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<packaging>jar</packaging>

<url>https://github.com/pwm-project/pwm</url>
<artifactId>pwm-docker</artifactId>

<name>PWM Password Self Service: Docker Image</name>
Expand Down
1 change: 1 addition & 0 deletions onejar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<modelVersion>4.0.0</modelVersion>

<url>https://github.com/pwm-project/pwm</url>
<artifactId>pwm-onejar</artifactId>

<packaging>jar</packaging>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<modelVersion>4.0.0</modelVersion>

<url>https://github.com/pwm-project/pwm</url>
<groupId>org.pwm-project</groupId>
<artifactId>pwm-parent</artifactId>
<version>2.0.2-SNAPSHOT</version>
Expand Down
1 change: 1 addition & 0 deletions rest-test-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<modelVersion>4.0.0</modelVersion>

<url>https://github.com/pwm-project/pwm</url>
<artifactId>rest-test-service</artifactId>
<packaging>war</packaging>

Expand Down
1 change: 1 addition & 0 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<modelVersion>4.0.0</modelVersion>

<url>https://github.com/pwm-project/pwm</url>
<artifactId>pwm-server</artifactId>
<packaging>jar</packaging>

Expand Down
1 change: 1 addition & 0 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<modelVersion>4.0.0</modelVersion>

<url>https://github.com/pwm-project/pwm</url>
<artifactId>pwm</artifactId>
<packaging>war</packaging>

Expand Down
1 change: 1 addition & 0 deletions webapp/src/build/assembly/source-reference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
<exclude>*.iml</exclude>
<exclude>target/**</exclude>
<exclude>.node/**</exclude>
<exclude>angular/.node/**</exclude>
<exclude>angular/dist/**</exclude>
<exclude>angular/node_modules/**</exclude>
</excludes>
Expand Down

0 comments on commit 02a488f

Please sign in to comment.