Commit 5e9cad8c authored by CED SA's avatar CED SA

adding jar_html folder

parent c62958aa
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.maggioli.informatica</groupId>
<artifactId>extern-libs-base</artifactId>
<version>1.0.0</version>
</parent>
<groupId>it.saga.extern.lib</groupId>
<artifactId>axis</artifactId>
<packaging>pom</packaging>
<version>1.4.0.0000</version>
<dependencies>
<dependency>
<groupId>it.saga.extern.jar</groupId>
<artifactId>axis</artifactId>
<version>1.4.0.0000</version>
</dependency>
<dependency>
<groupId>it.saga.extern.jar</groupId>
<artifactId>axis-ant</artifactId>
<version>1.4.0.0000</version>
</dependency>
<dependency>
<groupId>it.saga.extern.jar</groupId>
<artifactId>commons-discovery</artifactId>
<version>1.4.0.0000</version>
</dependency>
<dependency>
<groupId>it.saga.extern.jar</groupId>
<artifactId>jaxrpc</artifactId>
<version>1.4.0.0000</version>
</dependency>
<dependency>
<groupId>it.saga.extern.jar</groupId>
<artifactId>saaj</artifactId>
<version>1.4.0.0000</version>
</dependency>
<dependency>
<groupId>it.saga.extern.jar</groupId>
<artifactId>wsdl4j</artifactId>
<version>1.4.0.0000</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.maggioli.informatica</groupId>
<artifactId>extern-libs-base</artifactId>
<version>1.0.2</version>
</parent>
<groupId>it.saga.extern.lib</groupId>
<artifactId>computeagent-ora</artifactId>
<packaging>pom</packaging>
<version>0.0.32.0000</version>
<dependencies>
<dependency><artifactId>computeagent-exe-oracle</artifactId><version>0.0.32.0000</version><groupId>it.saga.extern.jar</groupId></dependency></dependencies>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.maggioli.informatica</groupId>
<artifactId>extern-libs-base</artifactId>
<version>1.0.2</version>
</parent>
<groupId>it.saga.extern.lib</groupId>
<artifactId>computeagent-oth</artifactId>
<packaging>pom</packaging>
<version>0.0.32.0000</version>
<dependencies>
<dependency><artifactId>computeagent-exe-other</artifactId><version>0.0.32.0000</version><groupId>it.saga.extern.jar</groupId></dependency></dependencies>
</project>
\ No newline at end of file
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.maggioli.service</groupId>
<artifactId>GPX_CA_SRV-srv</artifactId>
<version>0.0.35.0000</version>
</parent>
<groupId>it.maggioli.service</groupId>
<artifactId>computeagent-srv</artifactId>
<packaging>jar</packaging>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<id>properties-to-lowercase</id>
<goals>
<goal>regex-property</goal>
</goals>
<configuration>
<name>appPrefixLower</name>
<regex>.*</regex>
<value>${appPrefix}</value>
<replacement>$0</replacement>
<failIfNoMatch>false</failIfNoMatch>
<toLowerCase>true</toLowerCase>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>copy-resources for deploy</id>
<phase>validate</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.services.target.folder}/WEB-INF</outputDirectory>
<resources>
<resource>
<directory>src/main/resources/WEB-INF</directory>
<filtering>true</filtering>
</resource>
</resources>
</configuration>
</execution>
<execution>
<id>copy-resources for packaging</id>
<phase>validate</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.outputDirectory}/WEB-INF</outputDirectory>
<resources>
<resource>
<directory>src/main/resources/WEB-INF</directory>
<filtering>true</filtering>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<useDefaultManifestFile>false</useDefaultManifestFile>
<archive>
<manifestEntries>
<Mes-Queue-Length>30</Mes-Queue-Length>
<Mes-Core-Threads>5</Mes-Core-Threads>
<Mes-Max-Threads>5</Mes-Max-Threads>
</manifestEntries>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
<excludes>
<exclude>**/WEB-INF/*</exclude>
<exclude>**/WEB-INF</exclude>
</excludes>
</configuration>
</plugin>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
<manifestEntries>
<Mes-Queue-Length>30</Mes-Queue-Length>
<Mes-Core-Threads>5</Mes-Core-Threads>
<Mes-Max-Threads>5</Mes-Max-Threads>
</manifestEntries>
</archive>
</configuration>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>copy</id>
<phase>install</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>${project.version}</version>
<type>${project.packaging}</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.services.target.folder}</outputDirectory>
<destFileName>it.maggioli.service.computeagent.srv.jar</destFileName>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.services.target.folder}</outputDirectory>
<overWriteReleases>true</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<annotationProcessorPaths>
<path>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
<version>1.2.0.Final</version>
</path>
</annotationProcessorPaths>
<source>7</source>
<target>7</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.maggioli.api</groupId>
<artifactId>DEM-pub</artifactId>
<version>1.0.38.0000</version>
</parent>
<groupId>it.maggioli.api</groupId>
<artifactId>demografico-pub</artifactId>
<packaging>jar</packaging>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>copy</id>
<phase>install</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>${project.version}</version>
<type>${project.packaging}</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.suite.public.folder}</outputDirectory>
<destFileName>it.maggioli.api.demografico.pub.jar</destFileName>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.suite.public.folder}</outputDirectory>
<overWriteReleases>true</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.2</version>
<configuration>
<annotationProcessorPaths>
<path>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
<version>1.2.0.Final</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
</plugins>
</build>
</project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.maggioli.informatica</groupId>
<artifactId>extern-libs-base</artifactId>
<version>1.0.1</version>
</parent>
<groupId>it.saga.extern.lib</groupId>
<artifactId>dom4j</artifactId>
<packaging>pom</packaging>
<version>3.2.0.0001</version>
<dependencies>
<dependency>
<groupId>it.saga.extern.jar</groupId>
<artifactId>dom4j</artifactId>
<version>3.2.0.0001</version>
</dependency>
</dependencies>
</project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.maggioli.informatica</groupId>
<artifactId>extern-libs-base</artifactId>
<version>1.0.0</version>
</parent>
<groupId>it.saga.extern.lib</groupId>
<artifactId>edtftpj</artifactId>
<packaging>pom</packaging>
<version>1.5.2.0000</version>
<dependencies>
<dependency>
<groupId>it.saga.extern.jar</groupId>
<artifactId>edtftpj</artifactId>
<version>1.5.2.0000</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.maggioli.informatica</groupId>
<artifactId>extern-libs-base</artifactId>
<version>1.0.2</version>
</parent>
<groupId>it.saga.extern.lib</groupId>
<artifactId>expiringmap</artifactId>
<packaging>pom</packaging>
<version>0.5.10.0000</version>
<dependencies>
<dependency><artifactId>expiringmap</artifactId><version>0.5.10.0000</version><groupId>it.saga.extern.jar</groupId></dependency></dependencies>
</project>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<