Browse Source

Clean up pom files, update plugins, skip liferay install

Change-Id: Ia0cabe96616d5357928810ae2473606d7e7cf00b
tags/7.7.0.alpha1
Teemu Suo-Anttila 8 years ago
parent
commit
4529f98b21
6 changed files with 21 additions and 18 deletions
  1. 6
    9
      all/pom.xml
  2. 0
    1
      client-compiled/pom.xml
  3. 6
    6
      liferay/pom.xml
  4. 9
    0
      pom.xml
  5. 0
    1
      themes/pom.xml
  6. 0
    1
      widgets/pom.xml

+ 6
- 9
all/pom.xml View File

<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId> <artifactId>build-helper-maven-plugin</artifactId>
<version>1.5</version>
<version>1.10</version>
<executions> <executions>
<execution> <execution>
<phase>initialize</phase> <phase>initialize</phase>
<!-- vaadin-all zip --> <!-- vaadin-all zip -->


<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
<executions> <executions>
<execution> <execution>
<phase>package</phase> <phase>package</phase>
<!-- Skip install and deploy --> <!-- Skip install and deploy -->


<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId> <artifactId>maven-deploy-plugin</artifactId>
<configuration> <configuration>
<skip>true</skip> <skip>true</skip>
</plugin> </plugin>


<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId> <artifactId>maven-install-plugin</artifactId>
<configuration> <configuration>
<skip>true</skip> <skip>true</skip>
</configuration> </configuration>
</plugin> </plugin>
<!-- Release notes helpers and resources --> <!-- Release notes helpers and resources -->


<plugin> <plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId> <artifactId>exec-maven-plugin</artifactId>
<version>1.4.0</version>
<executions> <executions>
<execution> <execution>
<id>fetch-release-notes-tickets</id> <id>fetch-release-notes-tickets</id>
<argument>-classpath</argument> <argument>-classpath</argument>
<classpath /> <classpath />


<argument>com.vaadin.buildhelpers.FetchReleaseNotesTickets</argument>
<argument>com.vaadin.buildhelpers.FetchReleaseNotesTickets
</argument>
</arguments> </arguments>
<outputFile>${relnotes.tickets.file}</outputFile> <outputFile>${relnotes.tickets.file}</outputFile>
</configuration> </configuration>
<argument>-classpath</argument> <argument>-classpath</argument>
<classpath /> <classpath />


<argument>com.vaadin.buildhelpers.FetchReleaseNotesAuthors</argument>
<argument>com.vaadin.buildhelpers.FetchReleaseNotesAuthors
</argument>
</arguments> </arguments>
<outputFile>${relnotes.authors.file}</outputFile> <outputFile>${relnotes.authors.file}</outputFile>
</configuration> </configuration>

+ 0
- 1
client-compiled/pom.xml View File

<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId> <artifactId>exec-maven-plugin</artifactId>
<version>1.4.0</version>
<executions> <executions>
<execution> <execution>
<phase>generate-resources</phase> <phase>generate-resources</phase>

+ 6
- 6
liferay/pom.xml View File

<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>2.10</version>
<executions> <executions>
<execution> <execution>
<id>unpack</id> <id>unpack</id>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
<executions> <executions>
<execution> <execution>
<phase>package</phase> <phase>package</phase>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId> <artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<configuration> <configuration>
<skip>true</skip> <skip>true</skip>
</configuration> </configuration>

+ 9
- 0
pom.xml View File

<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>2.6</version> <version>2.6</version>
</plugin> </plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
</plugin>
<plugin> <plugin>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version> <version>2.19.1</version>
<artifactId>maven-dependency-plugin</artifactId> <artifactId>maven-dependency-plugin</artifactId>
<version>2.10</version> <version>2.10</version>
</plugin> </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.4.0</version>
</plugin>
<plugin> <plugin>
<groupId>org.eclipse.m2e</groupId> <groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId> <artifactId>lifecycle-mapping</artifactId>

+ 0
- 1
themes/pom.xml View File

<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId> <artifactId>exec-maven-plugin</artifactId>
<version>1.4.0</version>
<executions> <executions>
<execution> <execution>
<id>smart-sprite-reindeer</id> <id>smart-sprite-reindeer</id>

+ 0
- 1
widgets/pom.xml View File

<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId> <artifactId>exec-maven-plugin</artifactId>
<version>1.4.0</version>
<executions> <executions>
<execution> <execution>
<id>generate-export-package</id> <id>generate-export-package</id>

Loading…
Cancel
Save