mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-14 14:59:21 +00:00
core-lib: Use parent POM
This commit is contained in:
parent
cf267787c3
commit
a979860baf
@ -15,6 +15,7 @@
|
||||
|
||||
<name>JSweet Core Lib</name>
|
||||
<description>JavaScript API for JSweet</description>
|
||||
<url>http://www.jsweet.org</url>
|
||||
<properties>
|
||||
<timestamp>${maven.build.timestamp}</timestamp>
|
||||
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
|
||||
|
||||
@ -2,9 +2,17 @@
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.jsweet</groupId>
|
||||
|
||||
<parent>
|
||||
<groupId>org.jsweet</groupId>
|
||||
<artifactId>jsweet-parent</artifactId>
|
||||
<version>4.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>jsweet-core</artifactId>
|
||||
<version>6.3.1-SNAPSHOT</version>
|
||||
|
||||
<name>JSweet Core Lib</name>
|
||||
<description>JavaScript API for JSweet</description>
|
||||
<url>http://www.jsweet.org</url>
|
||||
@ -15,6 +23,7 @@
|
||||
<java.version.release>8</java.version.release>
|
||||
<java.version>1.${java.version.release}</java.version>
|
||||
</properties>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>rpawlak</id>
|
||||
@ -82,7 +91,6 @@
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<configuration>
|
||||
<release>${java.version.release}</release>
|
||||
<compilerVersion>${java.version}</compilerVersion>
|
||||
@ -96,7 +104,6 @@
|
||||
|
||||
<plugin>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
<version>1.8</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
@ -141,18 +148,17 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>3.1.1</version>
|
||||
<configuration>
|
||||
<sourcepath>src/main/java</sourcepath>
|
||||
<skip>${skipJavadoc}</skip>
|
||||
<encoding>UTF-8</encoding>
|
||||
<fixTags>all</fixTags>
|
||||
<failOnError>false</failOnError>
|
||||
<!-- leave these options unchanged to place the Javadoc at the right
|
||||
<!-- leave these options unchanged to place the Javadoc at the right
|
||||
place for jsweet.org -->
|
||||
<reportOutputDirectory>/var/www/apidocs/org/jsweet</reportOutputDirectory>
|
||||
<destDir>${project.artifactId}/${project.version}</destDir>
|
||||
<!-- end of jsweet.org configuration -->
|
||||
<!-- end of jsweet.org configuration -->
|
||||
<header><![CDATA[<a href="http://www.jsweet.org" target="_blank" style="text-transform: lowercase">http://www.jsweet.org<a>]]></header>
|
||||
<bottom><![CDATA[<center>Copyright 2015, <a href="http://www.cincheo.org" target="_blank">Cinchéo SAS<a> - Web site: <a href="http://www.jsweet.org" target="_blank">http://www.jsweet.org<a><center>]]></bottom>
|
||||
<stylesheetfile>/var/www/apidocs/stylesheet.css</stylesheetfile>
|
||||
@ -170,7 +176,7 @@
|
||||
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<!--This plugin's configuration is used to store Eclipse m2e settings
|
||||
<!--This plugin's configuration is used to store Eclipse m2e settings
|
||||
only. It has no influence on the Maven build itself. -->
|
||||
<plugin>
|
||||
<groupId>org.eclipse.m2e</groupId>
|
||||
@ -219,7 +225,6 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-gpg-plugin</artifactId>
|
||||
<version>1.6</version>
|
||||
<configuration>
|
||||
<skip>${skipSigning}</skip>
|
||||
</configuration>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user