Move config for database to core plugin
This commit is contained in:
@@ -97,12 +97,6 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-jar-plugin</artifactId>
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
<version>3.4.2</version>
|
<version>3.4.2</version>
|
||||||
<configuration>
|
|
||||||
<systemPropertyVariables>
|
|
||||||
<db.username>${db.username}</db.username>
|
|
||||||
<db.password>${db.password}</db.password>
|
|
||||||
</systemPropertyVariables>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-install-plugin</artifactId>
|
<artifactId>maven-install-plugin</artifactId>
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
|
|
||||||
<profiles>
|
|
||||||
<profile>
|
|
||||||
<id>default</id>
|
|
||||||
<properties>
|
|
||||||
<db.username>spigot</db.username>
|
|
||||||
<db.password>Z7nhqy+spigot-minecraft</db.password>
|
|
||||||
<db.name>ic_minecraft</db.name>
|
|
||||||
<db.host>localhost</db.host>
|
|
||||||
</properties>
|
|
||||||
</profile>
|
|
||||||
</profiles>
|
|
||||||
</settings>
|
|
||||||
Reference in New Issue
Block a user