You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2008/01/18 16:38:35 UTC

svn commit: r613191 - /incubator/tuscany/java/sca/tools/maven/maven-dependency-lister/README

Author: slaws
Date: Fri Jan 18 07:38:31 2008
New Revision: 613191

URL: http://svn.apache.org/viewvc?rev=613191&view=rev
Log:
add command line for running the dependency plugin

Modified:
    incubator/tuscany/java/sca/tools/maven/maven-dependency-lister/README

Modified: incubator/tuscany/java/sca/tools/maven/maven-dependency-lister/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tools/maven/maven-dependency-lister/README?rev=613191&r1=613190&r2=613191&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tools/maven/maven-dependency-lister/README (original)
+++ incubator/tuscany/java/sca/tools/maven/maven-dependency-lister/README Fri Jan 18 07:38:31 2008
@@ -13,7 +13,7 @@
 jaxb-api-2.1.jar	compile	Apache Tuscany SCA Atom+RSS Feed Aggregator Sample Webapp	tuscany-host-webapp-1.1-incubating-SNAPSHOT	tuscany-host-embedded-1.1-incubating-SNAPSHOT	tuscany-core-databinding-1.1-incubating-SNAPSHOT	tuscany-databinding-jaxb-1.1-incubating-SNAPSHOT	jaxb-api-2.1
 
 It is often convenient to further analyse these entries using the spreadsheet of your
-choice so the columns are tab separated to allow for easy converstion.
+choice so the columns are tab separated to allow for easy conversion.
 
 The plugin can be included in a module using the following,
 
@@ -31,18 +31,16 @@
 </plugin>  
 
 If you include this at the top level of you project and have it run for each model you
-will get a report for each model independently. Once you have dependency.txt files in your modules
+will get a report for each model independently. For example, in the Tuscany SCA project
+the plugin is included in the pom.xml files at the sca level under the profile 
+"dependecies" so to generate a dependencies report for the Tuscany SCA project:
+
+cd sca
+mvn -o -Pdependencies -Dmaven.test.skip=true 
+
+Once you have dependency.txt files in your modules
 the you favourite command line tools can be used to concatenate and sort them
 to get a full picture of the dependencies in you project, for example, with linux you
 could do,
 
 find . -name dependency.txt -exec cat '{}' >> deptotal.txt \;
-
-
-
-
-
-
- 
-
-



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org