Browse Source

Renaming the "release-bundle" profile to simply "release"

James Albright 8 năm trước cách đây
mục cha
commit
42b07188cd
2 tập tin đã thay đổi với 2 bổ sung3 xóa
  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>