Return-Path: X-Original-To: apmail-aries-commits-archive@www.apache.org Delivered-To: apmail-aries-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D864217740 for ; Wed, 4 Mar 2015 15:32:59 +0000 (UTC) Received: (qmail 45139 invoked by uid 500); 4 Mar 2015 15:32:44 -0000 Delivered-To: apmail-aries-commits-archive@aries.apache.org Received: (qmail 45082 invoked by uid 500); 4 Mar 2015 15:32:43 -0000 Mailing-List: contact commits-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list commits@aries.apache.org Received: (qmail 45071 invoked by uid 99); 4 Mar 2015 15:32:43 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Mar 2015 15:32:43 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id B75ABAC00A8 for ; Wed, 4 Mar 2015 15:32:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1664045 - /aries/site/trunk/content/modules/blueprint-maven-plugin.mdtext Date: Wed, 04 Mar 2015 15:32:43 -0000 To: commits@aries.apache.org From: cschneider@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150304153243.B75ABAC00A8@hades.apache.org> 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.