Browse Source

Merge branch 'master' of https://github.com/pwm-project/pwm

rkeil 8 years ago
parent
commit
fbfc88093c
2 changed files with 2 additions and 3 deletions
  1. 1 2
      .gitignore
  2. 1 1
      server/pom.xml

+ 1 - 2
.gitignore

@@ -1,6 +1,5 @@
 /.idea
-/pwm.iml
 /client/target
-/client/pwm-client.iml
 /client/.node
 /client/.idea
+*.iml

+ 1 - 1
server/pom.xml

@@ -59,7 +59,7 @@
         </profile>
         <profile>
             <!-- Builds a zip file containing the built war file, along with the supplemental directory -->
-            <id>release-bundle</id>
+            <id>release</id>
             <build>
                 <plugins>
                     <plugin>