summaryrefslogtreecommitdiffstats
path: root/all/pom.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-09-14 21:37:29 +0300
committerArtur Signell <artur@vaadin.com>2016-09-14 22:28:29 +0300
commita6fd8bd06368da27bb97528da4a2cd7f864ea6d2 (patch)
treec89e27a263851ee9f36ab739af9ddd477468fb9c /all/pom.xml
parent56089a95eaca1271e39282fa49c381e3d0396ebc (diff)
downloadvaadin-framework-a6fd8bd06368da27bb97528da4a2cd7f864ea6d2.tar.gz
vaadin-framework-a6fd8bd06368da27bb97528da4a2cd7f864ea6d2.zip
Remove broken changelog section for release notes and related code8.0.0.alpha2
Change-Id: I1e35dcbe4f75cb8b21a7c2a78143556522f32363
Diffstat (limited to 'all/pom.xml')
-rw-r--r--all/pom.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/all/pom.xml b/all/pom.xml
index be6511ff8f..1630241db7 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -12,7 +12,6 @@
<packaging>jar</packaging>
<properties>
- <relnotes.tickets.file>${project.build.directory}/generated-resources/releasenotes/release-notes-tickets.html</relnotes.tickets.file>
<webcontent.dir>${project.build.outputDirectory}/WebContent/</webcontent.dir>
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
</properties>
@@ -135,9 +134,6 @@
</goals>
<configuration>
<target>
- <loadfile property="release-notes-tickets"
- srcFile="${relnotes.tickets.file}"
- failonerror="false" />
<copy todir="${webcontent.dir}">
<fileset dir="src/main/templates/">
<patternset>
@@ -157,9 +153,6 @@
value="${vaadin.gwt.version}" />
<token key="builddate"
value="${maven.build.timestamp}" />
- <token
- key="release-notes-tickets"
- value="${release-notes-tickets}" />
</replacetokens>
</filterchain>
</copy>
@@ -254,33 +247,6 @@
</activation>
<build>
<plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>fetch-release-notes-tickets</id>
- <phase>process-classes</phase>
- <goals>
- <goal>exec</goal>
- </goals>
- <configuration>
- <classpathScope>compile</classpathScope>
- <executable>${java.home}/bin/java</executable>
- <arguments>
- <argument>-Dvaadin.version=${project.version}</argument>
- <argument>-classpath</argument>
- <classpath />
-
- <argument>com.vaadin.buildhelpers.FetchReleaseNotesTickets
- </argument>
- </arguments>
- <outputFile>${relnotes.tickets.file}</outputFile>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
<!-- Extract sources for JavaDoc -->
<plugin>
<artifactId>maven-dependency-plugin</artifactId>