mirror of
https://github.com/actiontech/dble.git
synced 2026-01-05 04:10:32 -06:00
inner-1300:replace from copyResource.sh to maven profile (#2820)
Signed-off-by: dcy <dcy10000@gmail.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -77,6 +77,7 @@ local.properties
|
||||
# IntelliJ
|
||||
/out/
|
||||
.idea/
|
||||
.run/
|
||||
|
||||
# mpeltonen/sbt-idea plugin
|
||||
.idea_modules/
|
||||
@@ -128,4 +129,4 @@ src/main/resources/bootstrap.cnf
|
||||
src/main/resources/cluster.cnf
|
||||
version.txt
|
||||
dependency-reduced-pom.xml
|
||||
checkstyle-result.out
|
||||
checkstyle-result.out
|
||||
|
||||
18
pom.xml
18
pom.xml
@@ -714,5 +714,19 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
<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