mirror of
https://github.com/actiontech/dble.git
synced 2026-04-28 10:10:22 -05:00
inner-1300:replace from copyResource.sh to maven profile (#2820)
Signed-off-by: dcy <dcy10000@gmail.com>
This commit is contained in:
+2
-1
@@ -77,6 +77,7 @@ local.properties
|
||||
# IntelliJ
|
||||
/out/
|
||||
.idea/
|
||||
.run/
|
||||
|
||||
# mpeltonen/sbt-idea plugin
|
||||
.idea_modules/
|
||||
@@ -124,4 +125,4 @@ src/main/resources/zkconf/schema.xml
|
||||
src/main/resources/zkconf/rule.xml
|
||||
version.txt
|
||||
dependency-reduced-pom.xml
|
||||
checkstyle-result.out
|
||||
checkstyle-result.out
|
||||
|
||||
@@ -711,5 +711,19 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>dev</id>
|
||||
<activation>
|
||||
<activeByDefault>false</activeByDefault>
|
||||
</activation>
|
||||
<build>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
</resource>
|
||||
</resources>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user