resolved conflicts
This commit is contained in:
parent
4c18a79dc6
commit
dd9828f257
@ -25,7 +25,6 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>exec-maven-plugin</artifactId>
|
<artifactId>exec-maven-plugin</artifactId>
|
||||||
<<<<<<< HEAD
|
|
||||||
<version>1.6.0</version>
|
<version>1.6.0</version>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<executions>
|
<executions>
|
||||||
@ -44,27 +43,6 @@
|
|||||||
</arguments>
|
</arguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
=======
|
|
||||||
<version>1.6.0</version>
|
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>Version Calculation</id>
|
|
||||||
<phase>deploy</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>exec</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
<configuration>
|
|
||||||
<executable>${project.parent.basedir}/deploy_feature.sh</executable>
|
|
||||||
<arguments>
|
|
||||||
<argument>${project.build.directory}/${project.build.finalName}.jar</argument>
|
|
||||||
<argument>${project.artifactId}</argument>
|
|
||||||
</arguments>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
>>>>>>> 6d6cb733a9fd777be26f470880c2af6ca0c7f8c2
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-resources-plugin</artifactId>
|
<artifactId>maven-resources-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
Loading…
Reference in New Issue
Block a user