You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2015/03/04 16:32:43 UTC

svn commit: r1664045 - /aries/site/trunk/content/modules/blueprint-maven-plugin.mdtext

Author: cschneider
Date: Wed Mar  4 15:32:43 2015
New Revision: 1664045

URL: http://svn.apache.org/r1664045
Log:
CMS commit to aries by cschneider

Modified:
    aries/site/trunk/content/modules/blueprint-maven-plugin.mdtext

Modified: aries/site/trunk/content/modules/blueprint-maven-plugin.mdtext
URL: http://svn.apache.org/viewvc/aries/site/trunk/content/modules/blueprint-maven-plugin.mdtext?rev=1664045&r1=1664044&r2=1664045&view=diff
==============================================================================
--- aries/site/trunk/content/modules/blueprint-maven-plugin.mdtext (original)
+++ aries/site/trunk/content/modules/blueprint-maven-plugin.mdtext Wed Mar  4 15:32:43 2015
@@ -19,9 +19,9 @@ Notice:    Licensed to the Apache Softwa
 Writing blueprint xml is quite verbose and large blueprint xmls are difficult to keep in sync with code changes and especially refactorings.
 So you would like to do most declarations using annoations and ideally these annotations should be standardized.
 
-## Maven-blueprint-plugin ##
+## blueprint-maven-plugin ##
 
-The maven-blueprint-plugin allows to configure blueprint using annotations. It scans one or more paths for annotated classes and creates a blueprint.xml in target/generated-resources. So at runtime the bundle behaves like a normal blueprint bundle.
+The blueprint-maven-plugin allows to configure blueprint using annotations. It scans one or more paths for annotated classes and creates a blueprint.xml in target/generated-resources. So at runtime the bundle behaves like a normal blueprint bundle.
 The generated blueprint can also be used together with a manually created blueprint file. So for example property placeholder configurations
 or cxf services can be created in xml while most of the beans are automatically generated.