jvanzyl 02/04/19 07:01:30
Added: src/test-reactor profile.xml workspace.xml
Log:
Just adding a test workspace and profile.
Revision Changes Path
1.1 jakarta-turbine-maven/src/test-reactor/profile.xml
Index: profile.xml
===================================================================
<profile>
<name>turbine</name>
<projectIds>
<projectId>stratum</projectId>
<projectId>torque</projectId>
<projectId>fulcrum</projectId>
<projectId>jcs</projectId>
<projectId>turbine-2</projectId>
<projectId>turbine-3</projectId>
</projectIds>
</profile>
1.1 jakarta-turbine-maven/src/test-reactor/workspace.xml
Index: workspace.xml
===================================================================
<?xml version="1.0" ?>
<workspace>
<name>turbine</name>
<!-- Version of this workspace so we can transform if necessary later -->
<workspaceVersion>1</workspaceVersion>
<!-- The place where all the checking out and building occurs -->
<baseDirectory>/tmp/reactor/base</baseDirectory>
<!-- Location of stored distributions -->
<distributionDirectory>/home/jvanzyl/js/dists</distributionDirectory>
<!-- Path to the JDK you want to use for building -->
<javaHome>/home/jvanzyl/jdk/j2sdk1.4.0</javaHome>
<!-- Location of all the registered Maven project descriptors -->
<descriptorDirectory>/tmp/reactor/descriptors</descriptorDirectory>
</workspace>