浏览代码

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

rkeil 8 年之前
父节点
当前提交
fbfc88093c
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. 1 2
      .gitignore
  2. 1 1
      server/pom.xml

+ 1 - 2
.gitignore

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

+ 1 - 1
server/pom.xml

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