2016-05-17 18:30:13 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<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">
|
2019-06-24 11:42:39 -04:00
|
|
|
<parent>
|
2016-05-17 18:30:13 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-project</artifactId>
|
2020-07-08 22:25:34 -04:00
|
|
|
<version>10.0.0-SNAPSHOT</version>
|
2019-06-24 11:42:39 -04:00
|
|
|
</parent>
|
2019-07-31 09:33:08 -04:00
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2016-05-17 18:30:13 -04:00
|
|
|
<artifactId>jetty-documentation</artifactId>
|
|
|
|
<name>Jetty :: Documentation</name>
|
2019-07-31 09:33:08 -04:00
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
2016-05-17 18:30:13 -04:00
|
|
|
<properties>
|
2019-07-11 11:05:15 -04:00
|
|
|
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
|
|
|
|
<html.common.directory>${project.build.directory}/html/common</html.common.directory>
|
|
|
|
<html.image.directory>${project.build.directory}/html/common/images</html.image.directory>
|
|
|
|
<javadoc.version>${project.version}</javadoc.version>
|
|
|
|
<asciidoctor.maven.plugin.version>1.5.7.1</asciidoctor.maven.plugin.version>
|
|
|
|
<asciidoctorj.pdf.version>1.5.0-alpha.16</asciidoctorj.pdf.version>
|
|
|
|
<asciidoctorj.epub.version>1.5.0-alpha.8.1</asciidoctorj.epub.version>
|
|
|
|
<asciidoctorj.version>1.5.8.1</asciidoctorj.version>
|
|
|
|
<jruby.version>1.7.27</jruby.version>
|
2020-04-09 11:31:38 -04:00
|
|
|
<web.resources.version>1.2</web.resources.version>
|
2019-07-11 11:05:15 -04:00
|
|
|
<web.resources.directory>${project.build.directory}/web-resources</web.resources.directory>
|
|
|
|
<!-- old properties -->
|
2016-05-17 18:30:13 -04:00
|
|
|
<html.directory>${project.build.directory}/current</html.directory>
|
2017-09-29 14:43:29 -04:00
|
|
|
<javadoc.version>${project.version}</javadoc.version>
|
2016-05-17 18:30:13 -04:00
|
|
|
</properties>
|
2019-07-31 09:33:08 -04:00
|
|
|
|
|
|
|
<dependencies>
|
2020-04-02 04:39:23 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-servlet-api</artifactId>
|
|
|
|
</dependency>
|
2019-07-31 09:33:08 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2020-05-03 15:19:10 -04:00
|
|
|
<artifactId>jetty-alpn-server</artifactId>
|
2020-04-08 06:51:44 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2020-05-03 15:19:10 -04:00
|
|
|
<artifactId>jetty-client</artifactId>
|
2020-04-08 06:51:44 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2020-04-10 09:40:02 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2020-05-03 15:19:10 -04:00
|
|
|
<artifactId>jetty-jmx</artifactId>
|
2020-04-10 09:40:02 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-rewrite</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2020-05-03 15:19:10 -04:00
|
|
|
<artifactId>jetty-server</artifactId>
|
2020-04-10 09:40:02 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2020-04-08 06:51:44 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2020-05-03 15:19:10 -04:00
|
|
|
<artifactId>jetty-servlet</artifactId>
|
2020-03-31 11:53:28 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2019-07-31 09:33:08 -04:00
|
|
|
<dependency>
|
2020-05-03 15:19:10 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-servlets</artifactId>
|
2020-04-08 06:51:44 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
2020-05-03 15:19:10 -04:00
|
|
|
<artifactId>jetty-webapp</artifactId>
|
2020-04-03 09:48:31 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.fcgi</groupId>
|
|
|
|
<artifactId>fcgi-client</artifactId>
|
2019-07-31 09:33:08 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2020-05-03 15:19:10 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.http2</groupId>
|
|
|
|
<artifactId>http2-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2020-04-08 06:51:44 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.http2</groupId>
|
|
|
|
<artifactId>http2-http-client-transport</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2020-04-10 09:40:02 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-slf4j-impl</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
2019-07-31 09:33:08 -04:00
|
|
|
</dependencies>
|
|
|
|
|
2016-05-17 18:30:13 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
2019-07-11 11:05:15 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>unpack-jetty-web-resouces</id>
|
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>unpack</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<artifactItems>
|
|
|
|
<artifactItem>
|
|
|
|
<groupId>org.eclipse.jetty.toolchain</groupId>
|
|
|
|
<artifactId>jetty-web-resources</artifactId>
|
|
|
|
<version>${web.resources.version}</version>
|
|
|
|
<type>jar</type>
|
|
|
|
<overWrite>true</overWrite>
|
|
|
|
<outputDirectory>${web.resources.directory}</outputDirectory>
|
|
|
|
</artifactItem>
|
|
|
|
</artifactItems>
|
|
|
|
<excludes>META-INF/**</excludes>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2016-05-17 18:30:13 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
<executions>
|
2019-07-11 11:05:15 -04:00
|
|
|
<execution>
|
|
|
|
<id>copy-base-html-assets</id>
|
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>copy-resources</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>${web.resources.directory}/html</directory>
|
|
|
|
<includes>
|
|
|
|
<include>**</include>
|
|
|
|
</includes>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
<outputDirectory>${html.common.directory}</outputDirectory>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
2016-05-17 18:30:13 -04:00
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.asciidoctor</groupId>
|
|
|
|
<artifactId>asciidoctor-maven-plugin</artifactId>
|
2019-07-11 11:05:15 -04:00
|
|
|
<version>${asciidoctor.maven.plugin.version}</version>
|
2020-03-31 11:53:28 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.asciidoctor</groupId>
|
|
|
|
<artifactId>asciidoctorj-diagram</artifactId>
|
|
|
|
<version>2.0.1</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2019-07-11 11:05:15 -04:00
|
|
|
<configuration>
|
|
|
|
<attributes>
|
|
|
|
<JDURL>http://www.eclipse.org/jetty/javadoc/${javadoc.version}</JDURL>
|
|
|
|
<JXURL>http://download.eclipse.org/jetty/stable-9/xref</JXURL>
|
|
|
|
<SRCDIR>${basedir}/..</SRCDIR>
|
|
|
|
<GITBROWSEURL>https://github.com/eclipse/jetty.project/tree/master</GITBROWSEURL>
|
|
|
|
<GITDOCURL>https://github.com/eclipse/jetty.project/tree/jetty-10.0.x-doc-refactor/jetty-documentation/src/main/asciidoc</GITDOCURL>
|
2019-07-22 14:01:20 -04:00
|
|
|
<DISTGUIDE>../distribution-guide/index.html</DISTGUIDE>
|
|
|
|
<EMBEDGUIDE>../embedded-guide/index.html</EMBEDGUIDE>
|
2019-11-08 12:23:17 -05:00
|
|
|
<QUICKGUIDE>../quickstart-guide/index.html</QUICKGUIDE>
|
|
|
|
<CONTRIBGUIDE>../contribution-guide/index.html</CONTRIBGUIDE>
|
2019-07-11 11:05:15 -04:00
|
|
|
<MVNCENTRAL>http://central.maven.org/maven2</MVNCENTRAL>
|
|
|
|
<VERSION>${project.version}</VERSION>
|
|
|
|
<TIMESTAMP>${maven.build.timestamp}</TIMESTAMP>
|
|
|
|
</attributes>
|
|
|
|
</configuration>
|
2016-05-17 18:30:13 -04:00
|
|
|
<executions>
|
2019-07-31 09:33:08 -04:00
|
|
|
<execution>
|
2019-07-11 11:05:15 -04:00
|
|
|
<id>quickstart-guide</id>
|
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>process-asciidoc</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<backend>html5</backend>
|
2019-07-22 11:16:51 -04:00
|
|
|
<templateDir>${web.resources.directory}/asciidoc/slim-template</templateDir>
|
2019-07-22 11:37:28 -04:00
|
|
|
<sourceDirectory>${basedir}/src/main/asciidoc/quickstart-guide</sourceDirectory>
|
2019-07-11 11:05:15 -04:00
|
|
|
<sourceDocumentName>index.adoc</sourceDocumentName>
|
|
|
|
<outputDirectory>${project.build.directory}/html/quickstart-guide</outputDirectory>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
2016-05-17 18:30:13 -04:00
|
|
|
<execution>
|
2019-07-22 11:48:10 -04:00
|
|
|
<id>distribution-guide</id>
|
2019-07-11 11:05:15 -04:00
|
|
|
<phase>generate-resources</phase>
|
2016-05-17 18:30:13 -04:00
|
|
|
<goals>
|
|
|
|
<goal>process-asciidoc</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
2019-07-11 11:05:15 -04:00
|
|
|
<backend>html5</backend>
|
2019-07-22 11:16:51 -04:00
|
|
|
<templateDir>${web.resources.directory}/asciidoc/slim-template</templateDir>
|
2019-07-22 11:08:49 -04:00
|
|
|
<sourceDirectory>${basedir}/src/main/asciidoc/distribution-guide</sourceDirectory>
|
2016-05-17 18:30:13 -04:00
|
|
|
<sourceDocumentName>index.adoc</sourceDocumentName>
|
2019-07-22 11:08:49 -04:00
|
|
|
<outputDirectory>${project.build.directory}/html/distribution-guide</outputDirectory>
|
2016-05-17 18:30:13 -04:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
2019-07-11 11:05:15 -04:00
|
|
|
<id>contribution-guide</id>
|
|
|
|
<phase>generate-resources</phase>
|
2016-05-17 18:30:13 -04:00
|
|
|
<goals>
|
2019-07-11 11:05:15 -04:00
|
|
|
<goal>process-asciidoc</goal>
|
2016-05-17 18:30:13 -04:00
|
|
|
</goals>
|
|
|
|
<configuration>
|
2019-07-11 11:05:15 -04:00
|
|
|
<backend>html5</backend>
|
2019-07-22 11:16:51 -04:00
|
|
|
<templateDir>${web.resources.directory}/asciidoc/slim-template</templateDir>
|
2019-07-11 11:05:15 -04:00
|
|
|
<sourceDirectory>${basedir}/src/main/asciidoc/contribution-guide</sourceDirectory>
|
|
|
|
<sourceDocumentName>index.adoc</sourceDocumentName>
|
|
|
|
<outputDirectory>${project.build.directory}/html/contribution-guide</outputDirectory>
|
2019-08-07 04:59:50 -04:00
|
|
|
<sourceHighlighter>coderay</sourceHighlighter>
|
2016-05-17 18:30:13 -04:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
2019-07-22 11:48:10 -04:00
|
|
|
<id>embedded-guide</id>
|
2019-07-31 09:33:08 -04:00
|
|
|
<phase>prepare-package</phase>
|
2016-05-17 18:30:13 -04:00
|
|
|
<goals>
|
2019-07-11 11:05:15 -04:00
|
|
|
<goal>process-asciidoc</goal>
|
2016-05-17 18:30:13 -04:00
|
|
|
</goals>
|
2019-07-11 11:05:15 -04:00
|
|
|
<configuration>
|
|
|
|
<backend>html5</backend>
|
2019-07-22 11:16:51 -04:00
|
|
|
<templateDir>${web.resources.directory}/asciidoc/slim-template</templateDir>
|
2019-07-22 11:37:28 -04:00
|
|
|
<sourceDirectory>${basedir}/src/main/asciidoc/embedded-guide</sourceDirectory>
|
2019-07-11 11:05:15 -04:00
|
|
|
<sourceDocumentName>index.adoc</sourceDocumentName>
|
2019-07-22 11:37:28 -04:00
|
|
|
<outputDirectory>${project.build.directory}/html/embedded-guide</outputDirectory>
|
2020-03-31 11:53:28 -04:00
|
|
|
<sourceHighlighter>coderay</sourceHighlighter>
|
|
|
|
<requires>
|
|
|
|
<require>asciidoctor-diagram</require>
|
|
|
|
</requires>
|
2019-07-11 11:05:15 -04:00
|
|
|
</configuration>
|
2016-05-17 18:30:13 -04:00
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2019-07-22 11:34:25 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<version>3.1.1</version>
|
|
|
|
<configuration>
|
|
|
|
<descriptors>
|
|
|
|
<descriptor>src/main/assembly/html.xml</descriptor>
|
|
|
|
</descriptors>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>make-assembly</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>single</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2016-05-17 18:30:13 -04:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2019-07-31 09:33:08 -04:00
|
|
|
|
2016-05-17 18:30:13 -04:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
2019-07-11 11:05:15 -04:00
|
|
|
<id>alt-formats</id>
|
2016-05-17 18:30:13 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.asciidoctor</groupId>
|
|
|
|
<artifactId>asciidoctor-maven-plugin</artifactId>
|
2019-07-11 11:05:15 -04:00
|
|
|
<version>${asciidoctor.maven.plugin.version}</version>
|
2016-05-17 18:30:13 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.asciidoctor</groupId>
|
|
|
|
<artifactId>asciidoctorj-pdf</artifactId>
|
2019-07-11 11:05:15 -04:00
|
|
|
<version>${asciidoctorj.pdf.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.asciidoctor</groupId>
|
|
|
|
<artifactId>asciidoctorj-epub3</artifactId>
|
|
|
|
<version>${asciidoctorj.epub.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jruby</groupId>
|
|
|
|
<artifactId>jruby-complete</artifactId>
|
|
|
|
<version>${jruby.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.asciidoctor</groupId>
|
|
|
|
<artifactId>asciidoctorj</artifactId>
|
|
|
|
<version>${asciidoctorj.version}</version>
|
2016-05-17 18:30:13 -04:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2019-07-11 11:05:15 -04:00
|
|
|
<configuration>
|
2019-07-31 09:33:08 -04:00
|
|
|
<imagesdir />
|
2019-07-11 11:05:15 -04:00
|
|
|
<backend>docbook</backend>
|
|
|
|
<attributes>
|
|
|
|
<revnumber>${project.version}</revnumber>
|
|
|
|
<JDURL>http://www.eclipse.org/jetty/javadoc/${javadoc.version}</JDURL>
|
|
|
|
<JXURL>http://download.eclipse.org/jetty/stable-9/xref</JXURL>
|
|
|
|
<SRCDIR>${basedir}/..</SRCDIR>
|
|
|
|
<GITBROWSEURL>https://github.com/eclipse/jetty.project/tree/master</GITBROWSEURL>
|
|
|
|
<MVNCENTRAL>http://central.maven.org/maven2</MVNCENTRAL>
|
|
|
|
<VERSION>${project.version}</VERSION>
|
|
|
|
</attributes>
|
|
|
|
</configuration>
|
2016-05-17 18:30:13 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
2019-07-11 11:05:15 -04:00
|
|
|
<id>contribution-guide-pdf</id>
|
|
|
|
<phase>generate-resources</phase>
|
2016-05-17 18:30:13 -04:00
|
|
|
<goals>
|
|
|
|
<goal>process-asciidoc</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<backend>pdf</backend>
|
2019-07-11 11:05:15 -04:00
|
|
|
<sourceHighlighter>coderay</sourceHighlighter>
|
|
|
|
<attributes>
|
|
|
|
<icons>font</icons>
|
2019-07-31 09:33:08 -04:00
|
|
|
<pagenums />
|
|
|
|
<toc />
|
|
|
|
<idprefix />
|
2019-07-11 11:05:15 -04:00
|
|
|
<idseparator>-</idseparator>
|
|
|
|
</attributes>
|
|
|
|
<sourceDirectory>${basedir}/src/main/asciidoc/contribution-guide</sourceDirectory>
|
2016-05-17 18:30:13 -04:00
|
|
|
<sourceDocumentName>index.adoc</sourceDocumentName>
|
2019-07-11 11:05:15 -04:00
|
|
|
<outputFile>${project.build.directory}/pdf/contribution-guide/contribution-guide.pdf</outputFile>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>quickstart-distribution-guide-pdf</id>
|
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>process-asciidoc</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<backend>pdf</backend>
|
|
|
|
<sourceHighlighter>coderay</sourceHighlighter>
|
2016-05-17 18:30:13 -04:00
|
|
|
<attributes>
|
|
|
|
<icons>font</icons>
|
2019-07-31 09:33:08 -04:00
|
|
|
<pagenums />
|
|
|
|
<toc />
|
|
|
|
<idprefix />
|
2016-05-17 18:30:13 -04:00
|
|
|
<idseparator>-</idseparator>
|
|
|
|
</attributes>
|
2019-07-11 11:05:15 -04:00
|
|
|
<sourceDirectory>${basedir}/src/main/asciidoc/quickstart-distribution-guide</sourceDirectory>
|
|
|
|
<sourceDocumentName>index.adoc</sourceDocumentName>
|
|
|
|
<outputFile>${project.build.directory}/pdf/quickstart-distribution-guide/quickstart-distribution-guide.pdf</outputFile>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>contribution-guide-epub</id>
|
|
|
|
<phase>generate-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>process-asciidoc</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<backend>epub3</backend>
|
|
|
|
<sourceHighlighter>coderay</sourceHighlighter>
|
|
|
|
<sourceDirectory>${basedir}/src/main/asciidoc/contribution-guide</sourceDirectory>
|
|
|
|
<sourceDocumentName>index.adoc</sourceDocumentName>
|
|
|
|
<outputFile>${project.build.directory}/epub/contribution-guide/contribution-guide.epub</outputFile>
|
2016-05-17 18:30:13 -04:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
2019-07-31 09:33:08 -04:00
|
|
|
|
2016-05-17 18:30:13 -04:00
|
|
|
</project>
|