mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
Run Profiles
This commit is contained in:
parent
3f4347289c
commit
073998789c
30
pom.xml
30
pom.xml
@ -13,6 +13,7 @@
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<development.location.dan>${user.home}\Documents\development\server\plugins\${project.name}.jar</development.location.dan>
|
||||
<development.location.brian>${user.home}\Documents\development\server\plugins\${project.name}.jar</development.location.brian>
|
||||
<lint.in>${project.basedir}\lint\in.jar</lint.in>
|
||||
</properties>
|
||||
<build>
|
||||
@ -78,6 +79,35 @@
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>brian</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>exec-maven-plugin</artifactId>
|
||||
<version>1.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>runbatchfile</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>exec</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<skip>${skip.copy}</skip>
|
||||
<executable>${project.basedir}/scripts/copy.bat</executable>
|
||||
<arguments>
|
||||
<argument>${project.basedir}\target\${project.name}-${project.version}.jar</argument>
|
||||
<argument>${development.location.brian}</argument>
|
||||
</arguments>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>release</id>
|
||||
<build>
|
||||
|
Loading…
x
Reference in New Issue
Block a user