svn commit: r1499239 - /cocoon/cocoon3/trunk/parent/src/site/apt/download.apt
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ilgrosso
Date: Wed Jul 3 07:59:42 2013
New Revision: 1499239
URL: http://svn.apache.org/r1499239
Log:
[COCOON3-127] Adding workaround instructions to download page
Modified:
cocoon/cocoon3/trunk/parent/src/site/apt/download.apt
Modified: cocoon/cocoon3/trunk/parent/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/parent/src/site/apt/download.apt?rev=1499239&r1=1499238&r2=1499239&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/parent/src/site/apt/download.apt (original)
+++ cocoon/cocoon3/trunk/parent/src/site/apt/download.apt Wed Jul 3 07:59:42 2013
@@ -5,7 +5,7 @@
2011
-----
- Cocoon 3 is still alpha software. Please read our {{{alpha-warning.html} alpha software warning}}
+ Cocoon 3 is still alpha software. Please read our {{{./alpha-warning.html} alpha software warning}}
message before using it.
Download
@@ -38,6 +38,28 @@ Maven 2 archetypes
Create a Cocoon 3 block that contains the samples. After running the archetype plugin, change to the base directory of the new module and enter 'mvn jetty:run' and point your browser at http://localhost:8888:
If you use Eclipse, run 'mvn eclipse:eclipse' before and import the project into your workspace. Your resources but also the Java files are reloaded at runtime.
+
+===========
+
+ Some issues were identified in the <<3.0.0-alpha-3>> artifacts that prevent the generated projects to work properly; as a temporary workaround, you will need to apply the following changes to the generated <<<pom.xml>>> files:
+
+ [[1]] replace any <<<3.0.0-alpha-3-SNAPSHOT>>> occurrency with <<<3.0.0-alpha-3>>>
+
+ [[2]] add
+
++------------------------------------------+
+<version>1.0.0</version>
++------------------------------------------+
+
+ right below
+
++------------------------------------------+
+<artifactId>cocoon-maven-plugin</artifactId>
++------------------------------------------+
+
+ []
+
+===========
+------------------------------------------+
mvn archetype:create \