Quellcode durchsuchen

chore: 增加构建执行groovy执行脚本

Marko vor 3 Jahren
Ursprung
Commit
1331ead308
2 geänderte Dateien mit 19 neuen und 1 gelöschten Zeilen
  1. 18 0
      abi-cloud-qr-platform-server/pom.xml
  2. 1 1
      version.txt

+ 18 - 0
abi-cloud-qr-platform-server/pom.xml

@@ -121,6 +121,24 @@
     </dependencies>
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.codehaus.gmaven</groupId>
+                <artifactId>groovy-maven-plugin</artifactId>
+                <version>2.0</version>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>execute</goal>
+                        </goals>
+                        <configuration>
+                            <source>
+                                ${project.basedir}/src/main/groovy/test.groovy
+                            </source>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>

+ 1 - 1
version.txt

@@ -1 +1 @@
-1.0.0
+feature1.0.02104191608