mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-24 01:09:48 +01:00
align buildfrontend configuration
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -360,6 +360,11 @@
|
|||||||
|
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>com.github.sdorra</groupId>
|
||||||
|
<artifactId>buildfrontend-maven-plugin</artifactId>
|
||||||
|
<version>2.1.0</version>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
@@ -769,6 +774,10 @@
|
|||||||
<guava.version>26.0-jre</guava.version>
|
<guava.version>26.0-jre</guava.version>
|
||||||
<quartz.version>2.2.3</quartz.version>
|
<quartz.version>2.2.3</quartz.version>
|
||||||
|
|
||||||
|
<!-- frontend -->
|
||||||
|
<nodejs.version>8.11.4</nodejs.version>
|
||||||
|
<yarn.version>1.9.4</yarn.version>
|
||||||
|
|
||||||
<!-- build properties -->
|
<!-- build properties -->
|
||||||
<project.build.javaLevel>1.8</project.build.javaLevel>
|
<project.build.javaLevel>1.8</project.build.javaLevel>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|||||||
@@ -139,14 +139,13 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.sdorra</groupId>
|
<groupId>com.github.sdorra</groupId>
|
||||||
<artifactId>buildfrontend-maven-plugin</artifactId>
|
<artifactId>buildfrontend-maven-plugin</artifactId>
|
||||||
<version>2.0.1</version>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<node>
|
<node>
|
||||||
<version>8.11.3</version>
|
<version>${nodejs.version}</version>
|
||||||
</node>
|
</node>
|
||||||
<pkgManager>
|
<pkgManager>
|
||||||
<type>YARN</type>
|
<type>YARN</type>
|
||||||
<version>1.7.0</version>
|
<version>${yarn.version}</version>
|
||||||
</pkgManager>
|
</pkgManager>
|
||||||
<failOnMissingPackageJson>false</failOnMissingPackageJson>
|
<failOnMissingPackageJson>false</failOnMissingPackageJson>
|
||||||
<script>build</script>
|
<script>build</script>
|
||||||
|
|||||||
@@ -64,16 +64,6 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.sdorra</groupId>
|
<groupId>com.github.sdorra</groupId>
|
||||||
<artifactId>buildfrontend-maven-plugin</artifactId>
|
<artifactId>buildfrontend-maven-plugin</artifactId>
|
||||||
<version>2.1.0</version>
|
|
||||||
<configuration>
|
|
||||||
<node>
|
|
||||||
<version>8.11.4</version>
|
|
||||||
</node>
|
|
||||||
<pkgManager>
|
|
||||||
<type>YARN</type>
|
|
||||||
<version>1.9.4</version>
|
|
||||||
</pkgManager>
|
|
||||||
</configuration>
|
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>link-ui-types</id>
|
<id>link-ui-types</id>
|
||||||
|
|||||||
@@ -71,16 +71,6 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.sdorra</groupId>
|
<groupId>com.github.sdorra</groupId>
|
||||||
<artifactId>buildfrontend-maven-plugin</artifactId>
|
<artifactId>buildfrontend-maven-plugin</artifactId>
|
||||||
<version>2.1.0</version>
|
|
||||||
<configuration>
|
|
||||||
<node>
|
|
||||||
<version>8.11.4</version>
|
|
||||||
</node>
|
|
||||||
<pkgManager>
|
|
||||||
<type>YARN</type>
|
|
||||||
<version>1.9.4</version>
|
|
||||||
</pkgManager>
|
|
||||||
</configuration>
|
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>link-ui-types</id>
|
<id>link-ui-types</id>
|
||||||
|
|||||||
@@ -58,16 +58,6 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.sdorra</groupId>
|
<groupId>com.github.sdorra</groupId>
|
||||||
<artifactId>buildfrontend-maven-plugin</artifactId>
|
<artifactId>buildfrontend-maven-plugin</artifactId>
|
||||||
<version>2.1.0</version>
|
|
||||||
<configuration>
|
|
||||||
<node>
|
|
||||||
<version>8.11.4</version>
|
|
||||||
</node>
|
|
||||||
<pkgManager>
|
|
||||||
<type>YARN</type>
|
|
||||||
<version>1.9.4</version>
|
|
||||||
</pkgManager>
|
|
||||||
</configuration>
|
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>link-ui-types</id>
|
<id>link-ui-types</id>
|
||||||
|
|||||||
@@ -17,17 +17,17 @@
|
|||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.sdorra</groupId>
|
<groupId>com.github.sdorra</groupId>
|
||||||
<artifactId>buildfrontend-maven-plugin</artifactId>
|
<artifactId>buildfrontend-maven-plugin</artifactId>
|
||||||
<version>2.1.0</version>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<node>
|
<node>
|
||||||
<version>8.11.4</version>
|
<version>${nodejs.version}</version>
|
||||||
</node>
|
</node>
|
||||||
<pkgManager>
|
<pkgManager>
|
||||||
<type>YARN</type>
|
<type>YARN</type>
|
||||||
<version>1.9.4</version>
|
<version>${yarn.version}</version>
|
||||||
</pkgManager>
|
</pkgManager>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
@@ -60,6 +60,7 @@
|
|||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|||||||
@@ -31,14 +31,13 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.sdorra</groupId>
|
<groupId>com.github.sdorra</groupId>
|
||||||
<artifactId>buildfrontend-maven-plugin</artifactId>
|
<artifactId>buildfrontend-maven-plugin</artifactId>
|
||||||
<version>2.1.0</version>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<node>
|
<node>
|
||||||
<version>8.11.4</version>
|
<version>${nodejs.version}</version>
|
||||||
</node>
|
</node>
|
||||||
<pkgManager>
|
<pkgManager>
|
||||||
<type>YARN</type>
|
<type>YARN</type>
|
||||||
<version>1.9.4</version>
|
<version>${yarn.version}</version>
|
||||||
</pkgManager>
|
</pkgManager>
|
||||||
<script>run</script>
|
<script>run</script>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
Reference in New Issue
Block a user