You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2012/01/25 13:46:40 UTC

svn commit: r1235727 - in /camel/trunk/tooling/archetypes: camel-archetype-dataformat/src/main/resources/archetype-resources/ camel-archetype-scala/src/main/resources/archetype-resources/ camel-archetype-webconsole/src/main/resources/archetype-resources/

Author: davsclaus
Date: Wed Jan 25 12:46:40 2012
New Revision: 1235727

URL: http://svn.apache.org/viewvc?rev=1235727&view=rev
Log:
CAMEL-4940: Polished

Added:
    camel/trunk/tooling/archetypes/camel-archetype-dataformat/src/main/resources/archetype-resources/ReadMe.txt   (with props)
Modified:
    camel/trunk/tooling/archetypes/camel-archetype-scala/src/main/resources/archetype-resources/pom.xml
    camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/pom.xml

Added: camel/trunk/tooling/archetypes/camel-archetype-dataformat/src/main/resources/archetype-resources/ReadMe.txt
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-dataformat/src/main/resources/archetype-resources/ReadMe.txt?rev=1235727&view=auto
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-dataformat/src/main/resources/archetype-resources/ReadMe.txt (added)
+++ camel/trunk/tooling/archetypes/camel-archetype-dataformat/src/main/resources/archetype-resources/ReadMe.txt Wed Jan 25 12:46:40 2012
@@ -0,0 +1,11 @@
+Camel Data Format Project
+====================
+This Project is a template of a Camel data format.
+
+When you create a data format project, you need to move the META-INF/services/org/apache/camel/dataformat/${name}
+file to META-INF/services/org/apache/camel/dataformat/foo where "foo" is the URI scheme for your data format.
+
+For more help see the Apache Camel documentation:
+
+    http://camel.apache.org/
+    

Propchange: camel/trunk/tooling/archetypes/camel-archetype-dataformat/src/main/resources/archetype-resources/ReadMe.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: camel/trunk/tooling/archetypes/camel-archetype-dataformat/src/main/resources/archetype-resources/ReadMe.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: camel/trunk/tooling/archetypes/camel-archetype-scala/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-scala/src/main/resources/archetype-resources/pom.xml?rev=1235727&r1=1235726&r2=1235727&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-scala/src/main/resources/archetype-resources/pom.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-scala/src/main/resources/archetype-resources/pom.xml Wed Jan 25 12:46:40 2012
@@ -80,8 +80,10 @@
   </dependencies>
 
   <build>
+    <defaultGoal>install</defaultGoal>
     <sourceDirectory>src/main/scala</sourceDirectory>
     <testSourceDirectory>src/test/scala</testSourceDirectory>
+
     <plugins>
 
       <!-- the Maven compiler plugin will compile Java source files -->

Modified: camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/pom.xml?rev=1235727&r1=1235726&r2=1235727&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/pom.xml (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-webconsole/src/main/resources/archetype-resources/pom.xml Wed Jan 25 12:46:40 2012
@@ -115,14 +115,7 @@
         </configuration>
       </plugin>
 
-      <!-- plugin to run using mvn camel:run -->
-      <plugin>
-        <groupId>org.apache.camel</groupId>
-        <artifactId>camel-maven-plugin</artifactId>
-        <version>${camel-version}</version>
-      </plugin>
-
-      <!-- plugin to run using mvn jetty:run -->
+       <!-- plugin to run using mvn jetty:run -->
       <plugin>
         <groupId>org.mortbay.jetty</groupId>
         <artifactId>jetty-maven-plugin</artifactId>