Skip to content
Snippets Groups Projects
Commit e6a8d7c9 authored by Léo Banno-Cloutier's avatar Léo Banno-Cloutier
Browse files

pom.xml: don't call generate-versions.py in maven

Change-Id: I07f9fb7e298288383f5bbe2d93284593e05f4876
parent 8e4c7f62
No related branches found
No related tags found
No related merge requests found
......@@ -78,29 +78,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>exec-maven-plugin</artifactId>
<groupId>org.codehaus.mojo</groupId>
<version>${maven.exec.version}</version>
<executions>
<execution>
<id>Generate Version File</id>
<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>python</executable>
<arguments>
<argument>../generate-versions.py</argument>
<argument>net.jami.jams.ad.connector.ADConnector</argument>
<argument>${revision}</argument>
<argument>libs/${project.artifactId}.jar</argument>
</arguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
......
......@@ -84,29 +84,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>exec-maven-plugin</artifactId>
<groupId>org.codehaus.mojo</groupId>
<version>${maven.exec.version}</version>
<executions>
<execution>
<id>Generate Version File</id>
<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>python</executable>
<arguments>
<argument>../generate-versions.py</argument>
<argument>net.jami.jams.authmodule.UserAuthenticationModule</argument>
<argument>${revision}</argument>
<argument>libs/${project.artifactId}.jar</argument>
</arguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
......
......@@ -66,29 +66,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>exec-maven-plugin</artifactId>
<groupId>org.codehaus.mojo</groupId>
<version>${maven.exec.version}</version>
<executions>
<execution>
<id>Generate Version File</id>
<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>python</executable>
<arguments>
<argument>../generate-versions.py</argument>
<argument>net.jami.jams.ca.JamsCA</argument>
<argument>${revision}</argument>
<argument>libs/${project.artifactId}.jar</argument>
</arguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
......
......@@ -199,29 +199,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>exec-maven-plugin</artifactId>
<groupId>org.codehaus.mojo</groupId>
<version>${maven.exec.version}</version>
<executions>
<execution>
<id>Generate Version File</id>
<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>python</executable>
<arguments>
<argument>../generate-versions.py</argument>
<argument>net.jami.jams.server.Server</argument>
<argument>${revision}</argument>
<argument>${project.artifactId}.jar</argument>
</arguments>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>exec-maven-plugin</artifactId>
<groupId>org.codehaus.mojo</groupId>
......
......@@ -91,29 +91,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>exec-maven-plugin</artifactId>
<groupId>org.codehaus.mojo</groupId>
<version>${maven.exec.version}</version>
<executions>
<execution>
<id>Generate Version File</id>
<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>python</executable>
<arguments>
<argument>../generate-versions.py</argument>
<argument>net.jami.jams.ldap.connector.LDAPConnector</argument>
<argument>${revision}</argument>
<argument>libs/${project.artifactId}.jar</argument>
</arguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment