Skip to content

Commit

Permalink
Added release notes for 3.9, updated site generation
Browse files Browse the repository at this point in the history
  • Loading branch information
derkoe committed Oct 11, 2015
1 parent 8dc19c6 commit 30eb788
Show file tree
Hide file tree
Showing 8 changed files with 92 additions and 57 deletions.
99 changes: 57 additions & 42 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
</license>
</licenses>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/eclipse-jetty/eclipse-jetty-plugin/issues/</url>
</issueManagement>

<developers>
<developer>
<id>ckoeberl</id>
Expand All @@ -32,6 +37,7 @@
</developers>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho-version>0.20.0</tycho-version>
</properties>

Expand All @@ -58,48 +64,6 @@
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
<configuration>
<reportPlugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.7</version>
<configuration>
<generateSitemap>true</generateSitemap>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>project-team</report>
<report>issue-tracking</report>
<report>license</report>
<report>scm</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.10</version>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</reportPlugins>
</configuration>
</plugin>
</plugins>

<pluginManagement>
Expand All @@ -114,6 +78,12 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.4</version>
</plugin>

<!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin>
Expand Down Expand Up @@ -144,6 +114,51 @@
</pluginManagement>
</build>

<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.8.1</version>
<configuration>
<generateSitemap>true</generateSitemap>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>project-team</report>
<report>issue-tracking</report>
<report>license</report>
<report>scm</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.11</version>
<configuration>
<issueManagementSystems>
<issueManagementSystem>SourceForge</issueManagementSystem>
</issueManagementSystems>
<issueLinkTemplatePerSystem>
<SourceForge>http://sourceforge.net/p/eclipse-jetty/feature-requests/%ISSUE%</SourceForge>
</issueLinkTemplatePerSystem>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>

<repositories>
<repository>
<id>eclipse-indigo</id>
Expand Down
30 changes: 25 additions & 5 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,39 @@
</properties>

<body>
<release version="3.9.0" date="2015-10-11">
<action dev="derkoe" type="fix" issue="5">
MalformedURLException when loading temp config file in Windows.
</action>
<action dev="thred" type="fix" issue="8">
Changes in Jetty version not read after next launch.
</action>
<action dev="thred" type="fix" issue="13">
Avoid verification of DTDs via Internet.
</action>
<action dev="thred" type="fix" issue="16">
Problem when M2Eclipse is not installed.
</action>
<action dev="derkoe" type="add" issue="15">
Support for Jetty 9.3
</action>
<action type="add">
Added sample projects for testing different features in Jetty versions.
</action>
</release>
<release version="3.8.0" date="2014-07-13">
<action dev="thred" type="fix" issue="#4">
<action dev="thred" type="fix" issue="4">
The certificate should be issued for localhost instead of EclipseJettyPlugin
</action>
<action dev="derkoe" type="fix" issue="#1">
<action dev="derkoe" type="fix" issue="1">
Support for Jetty 9.1.x and 9.2.x
</action>
<action dev="thred" type="fix" issue="15">
Now WebApp without web.xml can be used (Jetty 9 recommended).
</action>
</release>
<release version="3.7.0" date="2014-05-03">
<action dev="ckoeberl" type="fix" issue="17">
<action dev="ckoeberl" type="fix" issue="17" system="SourceForge">
Fixed relative path extraction for webapp path and context file location.
</action>

Expand Down Expand Up @@ -178,7 +198,7 @@
<action dev="thred" type="add">
Added visual sugar
</action>
<action dev="thred" type="fix" issue="#7 Invalid Maven Scopes">
<action dev="thred" type="fix" issue="7" system="SourceForge">
Added direct m2e support for correct Maven scopes
</action>
<action dev="thred" type="change">
Expand Down Expand Up @@ -208,7 +228,7 @@
<action dev="thred" type="remove">
Support for Jetty 5 dropped.
</action>
<action dev="thred" type="fix" issue="3520146">
<action dev="thred" type="fix">
Fixed Jetty version autodetection.
</action>
<action dev="thred" type="add">
Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/faq.apt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----
Eclipse Jetty Integration - Getting started
-----
Christian K�berl, Manfred Hantschel
Christian Köberl, Manfred Hantschel
-----
December 2013

Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/getting_started.apt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----
Eclipse Jetty Integration - Getting started
-----
Christian K�berl, Manfred Hantschel
Christian Köberl, Manfred Hantschel
-----
December 2013

Expand Down
6 changes: 3 additions & 3 deletions src/site/apt/index.apt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
-----
Eclipse Jetty Integration
-----
Christian K�berl, Manfred Hantschel
Christian Köberl, Manfred Hantschel
-----
December 2013

Introduction

Eclipse Jetty Integration provides a launch configuration for launching Jetty server out of the Eclipse IDE (4.x, 3.4 and up).

Currently supported versions of Jetty are 6.x, 7.x, 8.x and 9.x. You can use either the bundled Jetty 8 or any other manually installed one.
Currently supported versions of Jetty are 7.x, 8.x and 9.x. You can use either the bundled Jetty 8 or any other manually installed one.

This plugin is released under the Apache 2.0 license ({{http://www.apache.org/licenses/LICENSE-2.0.txt}}).

Expand All @@ -35,7 +35,7 @@ http://eclipse-jetty.github.io/update/
* About

The Eclipse Jetty Plugin is hosted on {{{https://github.com/eclipse-jetty/eclipse-jetty-plugin}GitHub}} and is maintained by
Christian K�berl and Manfred Hantschel. It's primary goal, is to provide a stable and consistent launch environment for
Christian Köberl and Manfred Hantschel. It's primary goal, is to provide a stable and consistent launch environment for
large projects and development teams (reducing configuration needs per developer to a minimum).

It is based on the original Jetty Launcher by Geoffrey Longman (base for the well known {{{http://code.google.com/p/run-jetty-run/}Run Jetty Run}} plugin, too),
Expand Down
2 changes: 1 addition & 1 deletion src/site/apt/installation.apt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----
Eclipse Jetty Integration - Installation
-----
Christian K�berl
Christian Köberl
-----
December 2013

Expand Down
4 changes: 2 additions & 2 deletions src/site/apt/jndi_howto.apt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----
Eclipse Jetty Integration - JNDI Howto
-----
Christian K�berl
Christian Köberl
-----
December 2013

Expand Down Expand Up @@ -60,5 +60,5 @@ JNDI Howto
</Configure>
----------------------------------------

[[4]] Voil�. You're done. You can now lookup the data source in your application via
[[4]] Voil�. You're done. You can now lookup the data source in your application via
"java:comp/env/jdbc/myds".
4 changes: 2 additions & 2 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.3.0</version>
<version>1.4</version>
</skin>
<bannerLeft>
<name>Eclipse Jetty Integration</name>
Expand All @@ -29,7 +29,7 @@

<links>
<item name="Eclipse" href="http://www.eclipse.org/" />
<item name="Jetty" href="http://www.mortbay.org/jetty/" />
<item name="Jetty" href="http://www.eclipse.org/jetty/" />
<item name="Marketplace" href="http://marketplace.eclipse.org/node/581283" />
</links>

Expand Down

0 comments on commit 30eb788

Please sign in to comment.