A document has been updated:
http://cocoon.zones.apache.org/daisy/documentation/756.html
Document ID: 756
Branch: main
Language: default
Name: Cocoon's Mavenization (unchanged)
Document Type: Cocoon Document (unchanged)
Updated on: 11/6/05 10:08:35 PM
Updated by: Jorg Heymans
A new version has been created, state: publish
Parts
=====
Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name: (unchanged)
Size: 4518 bytes (previous version: 4011 bytes)
Content diff:
(100 equal lines skipped)
<li>create a subdirectory "jars"</li>
<li>copy the jar into this subdirectory, making sure it's named like
<libraryname>-<version>.jar so maven can reference it.</li>
+++ <li>create a subdirectory poms, peer of "jars"</li>
+++ <li>create the pom for this jar, name it
+++ <libraryname>-<version>.pom. For now just put the most basic
+++ necessities in there eg <br/>
+++ <br/>
+++ <tt><?xml version="1.0" encoding="UTF-8"?><br/>
+++ <project><br/>
+++ <modelVersion>4.0.0</modelVersion><br/>
+++ <groupId>jdbi</groupId><br/>
+++ <artifactId>jdbi</artifactId><br/>
+++ <version>3.01beta</version><br/>
+++ </project><br/>
+++ </tt></li>
<li>chmod -R 0775 jdbi , so others can make changes later as well.</li>
</ol>
(16 equal lines skipped)
Fields
======
no changes
Links
=====
no changes
Custom Fields
=============
no changes
Collections
===========
no changes