Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r5239 - branches/new-structure-with-base2/ps-mdm-ls

Subject: perfsonar development work

List archive

perfsonar: r5239 - branches/new-structure-with-base2/ps-mdm-ls


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r5239 - branches/new-structure-with-base2/ps-mdm-ls
  • Date: Tue, 28 Jul 2009 09:54:56 -0400

Author: trzaszcz
Date: 2009-07-28 09:54:55 -0400 (Tue, 28 Jul 2009)
New Revision: 5239

Modified:
branches/new-structure-with-base2/ps-mdm-ls/pom.xml
Log:
maven script improved

Modified: branches/new-structure-with-base2/ps-mdm-ls/pom.xml
===================================================================
--- branches/new-structure-with-base2/ps-mdm-ls/pom.xml 2009-07-28 09:00:18
UTC (rev 5238)
+++ branches/new-structure-with-base2/ps-mdm-ls/pom.xml 2009-07-28 13:54:55
UTC (rev 5239)
@@ -6,6 +6,7 @@
<properties>
<configurationFile>configuration.xml</configurationFile>
<axis2Id>axis2-1.4.1</axis2Id>
+ <packageName>ps-mdm-ls</packageName>
</properties>


@@ -30,7 +31,7 @@
<testSourceDirectory>${basedir}/src/test/java</testSourceDirectory>
<outputDirectory>${basedir}/bin</outputDirectory>
<directory>${basedir}/build</directory>
- <finalName>${project.artifactId}</finalName>
+ <finalName>${packageName}</finalName>

<plugins>

@@ -66,7 +67,7 @@
<phase>compile</phase>
<configuration>
<tasks>
- <property name="aar.name" value="${project.artifactId}"/>
+ <property name="aar.name" value="${packageName}"/>
<copy toDir="${basedir}/bin" failonerror="false">
<fileset dir="${basedir}/conf/axis2">
<include name="**/*.xml"/>



  • perfsonar: r5239 - branches/new-structure-with-base2/ps-mdm-ls, svnlog, 07/28/2009

Archive powered by MHonArc 2.6.16.

Top of Page