Added x4o language tasks

This commit is contained in:
Willem Cazander 2022-10-14 03:18:00 +02:00
parent 48d1bc7f48
commit f767e9a746
8 changed files with 352 additions and 65 deletions

View file

@ -20,7 +20,6 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>jasper-el</artifactId>
<version>6.0.20</version>
</dependency>
</dependencies>
<build>
@ -28,7 +27,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<id>copy-dependencies</id>
@ -42,34 +40,4 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>lib-install</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
<executions>
<execution>
<id>deploy-local-x4o</id>
<phase>initialize</phase>
<goals>
<goal>install-file</goal>
</goals>
<configuration>
<groupId>org.x4o</groupId>
<artifactId>x4o-driver</artifactId>
<version>0.8.7-SNAPSHOT2</version>
<packaging>jar</packaging>
<file>${project.basedir}/../local-lib/x4o-driver-0.8.7-SNAPSHOT2.jar</file>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>