Apache » Cocoon »

  Cocoon Maven Plugin
      1.0.2
   homepage

Cocoon Maven Plugin 1.0.2

Changes Report

Release History

VersionDateDescription
1.0.22012-06-15released
1.0.0-M32008-??-??unreleased
1.0.0-M22008-04-27released
1.0.0-M12007-07-02released

Release 1.0.2 - 2012-06-15

TypeChangesBy

add

Site docs included.ilgrosso

add

Parent POM set to Cocoon 9.ilgrosso

fix

Save plugin own dependencies to 'plugin-deps' during build and use it during prepare execution in order to enrich webapp classpath. Fixes COCOON-2322.ilgrosso

add

Switch the 'ssf' profile from log4j to logback to make it consistent with Cocoon 3.0. 'cocoon-22' was kept with log4j.ilgrosso

Release 1.0.0-M3 - 2008-??-??

TypeChangesBy

update

Upgrade to Spring-Framework 2.5.5reinhard

Release 1.0.0-M2 - 2008-04-27

TypeChangesBy

add

Introduce the configuration parameter 'webappProfile'. For now two values are supported: 'cocoon-22' (default) and 'ssf'. 'cocoon-22' creates a Cocoon 2.2 web application, 'ssf' a web application that only makes use of the Servlet-Service Framework.reinhard

add

Introduce the configuration parameter 'customWebappDirectory'. If it is set, the content of the referenced directory is added to the prepared web application.reinhard

update

Rename the goal 'cocoon:rcl' to the less obscure name 'cocoon:prepare'. This is closer to the actual meaning because the purpose of this goal is creating a web application that wraps the current block. 'cocooon:rcl' is still supported but deprecated and will be removed in future versions of the plugin.reinhard

add

Add a configuration parameter 'reloadingClassLoaderEnabled' that controlls the usage of the reloading classloader. If it is set to false, a URLClassLoader is used.reinhard

add

Show CREATED messages in console only after the first DELETE or UPDATE message was sent. This prevents users from being flooded by CREATED messages during startup.reinhard

Release 1.0.0-M1 - 2007-07-02

TypeChangesBy

add

Initial creation.reinhard