Author: reto
Date: Tue Mar 5 04:48:57 2013
New Revision: 1452664
URL: http://svn.apache.org/r1452664
Log:
STANBOL-974: added deployment istructions to archetype created project and
fixes in README
Added:
stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/nbactions.xml
- copied unchanged from r1452651,
stanbol/trunk/development/archetypes/enhancement-engine/src/main/resources/archetype-resources/nbactions.xml
Modified:
stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/META-INF/maven/archetype-metadata.xml
stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/README.md
Modified:
stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/META-INF/maven/archetype-metadata.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1452664&r1=1452663&r2=1452664&view=diff
==============================================================================
---
stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/META-INF/maven/archetype-metadata.xml
(original)
+++
stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/META-INF/maven/archetype-metadata.xml
Tue Mar 5 04:48:57 2013
@@ -47,9 +47,10 @@
<include>**/*.ftl</include>
</includes>
</fileSet>
- <fileSet encoding="UTF-8">
+ <fileSet filtered="true" encoding="UTF-8">
<directory></directory>
<includes>
+ <include>nbactions.xml</include>
<include>.gitignore</include>
<include>README.md</include>
</includes>
Modified:
stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/README.md
URL:
http://svn.apache.org/viewvc/stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/README.md?rev=1452664&r1=1452663&r2=1452664&view=diff
==============================================================================
---
stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/README.md
(original)
+++
stanbol/trunk/development/archetypes/statefull-webmodule/src/main/resources/archetype-resources/README.md
Tue Mar 5 04:48:57 2013
@@ -3,7 +3,16 @@ Example Apache Stanbol Component
This is an example Apache Stanbol component.
-After installing a new menu item pointing you to /example-service will appear.
+To compile the engine run
+
+ mvn install
+
+To deploy the engine to a stanbol instance running on localhost port 8080 run
+
+ mvn org.apache.sling:maven-sling-plugin:install
+
+
+After installing a new menu item pointing you to /${artifactId} will appear.
The example service allows to look up resources using the site-manager. The
service can be accessed via browser as HTML or as RDF for machine clients.