Author: mes Date: 2011-08-05 17:22:35 -0700 (Fri, 05 Aug 2011) New Revision: 26488
Modified: core3/cy3/README.txt Log: updated readme Modified: core3/cy3/README.txt =================================================================== --- core3/cy3/README.txt 2011-08-06 00:05:17 UTC (rev 26487) +++ core3/cy3/README.txt 2011-08-06 00:22:35 UTC (rev 26488) @@ -14,12 +14,12 @@ and run whatever commands you want or from the top level directory, use the maven "project list" feature: - mvn install -pl model-api + mvn install -pl api/model-api To build the "model-api" project as well as everything that depends on it, run the command: - mvn install -pl model-api -amd + mvn install -pl api/model-api -amd This will result in a large number of projects building because nearly all projects depend on the classes and interfaces in model-api. Use @@ -28,7 +28,7 @@ To build the "model-api" project and everything that it requires to work: - mvn install -pl model-api -am + mvn install -pl api/model-api -am This command should result in maven first building the event-api project followed by model-api. This is because model-api has a dependency on -- You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
