diff options
Diffstat (limited to 'idrop-swing/pom.xml')
-rw-r--r-- | idrop-swing/pom.xml | 226 |
1 files changed, 113 insertions, 113 deletions
diff --git a/idrop-swing/pom.xml b/idrop-swing/pom.xml index f5ad421..2bbf7c2 100644 --- a/idrop-swing/pom.xml +++ b/idrop-swing/pom.xml @@ -10,17 +10,17 @@ <packaging>jar</packaging> <name>idrop-swing</name> <dependencies> - <!-- - Sun's JnlpDownladServlet takes the template JNLP file and inserts - relevant values for $$codebase and other parameters - --> - <!-- <dependency> - <groupId>com.sun.java.jnlp</groupId> - <artifactId>jnlp-servlet</artifactId> - <version>5.0</version> - <scope>runtime</scope> - </dependency> - --> + <!-- + Sun's JnlpDownladServlet takes the template JNLP file and inserts + relevant values for $$codebase and other parameters + --> + <!-- <dependency> + <groupId>com.sun.java.jnlp</groupId> + <artifactId>jnlp-servlet</artifactId> + <version>5.0</version> + <scope>runtime</scope> + </dependency> + --> <dependency> <groupId>org.irods.jargon</groupId> <artifactId>jargon-data-utils</artifactId> @@ -36,11 +36,11 @@ <artifactId>jargon-user-tagging</artifactId> <scope>compile</scope> </dependency> - <dependency> - <groupId>org.irods.jargon</groupId> - <artifactId>jargon-core</artifactId> - <scope>compile</scope> - </dependency> + <dependency> + <groupId>org.irods.jargon</groupId> + <artifactId>jargon-core</artifactId> + <scope>compile</scope> + </dependency> <dependency> <groupId>org.irods.jargon.transfer</groupId> <artifactId>jargon-transfer-dao-spring</artifactId> @@ -65,12 +65,12 @@ <groupId>org.swinglabs</groupId> <artifactId>swing-layout</artifactId> </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-core</artifactId> - <version>3.3.2.GA</version> - <scope>runtime</scope> -</dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-core</artifactId> + <version>3.3.2.GA</version> + <scope>runtime</scope> + </dependency> </dependencies> <build> <plugins> @@ -81,47 +81,47 @@ <execution> <goals> <goal>jnlp-inline</goal> - <!-- use jnlp, jnlp-inline or jnlp-single as appropriate --> + <!-- use jnlp, jnlp-inline or jnlp-single as appropriate --> </goals> </execution> </executions> <configuration> - <!-- - Set to true to exclude all transitive dependencies. Default is false. - --> + <!-- + Set to true to exclude all transitive dependencies. Default is false. + --> <excludeTransitive>false</excludeTransitive> - <!-- The path where the libraries are stored within the jnlp structure. not required. by default the libraries are within the working directory --> + <!-- The path where the libraries are stored within the jnlp structure. not required. by default the libraries are within the working directory --> <libPath>lib</libPath> - <!-- JNLP generation --> + <!-- JNLP generation --> <jnlp> - <!-- default values --> - <!--inputTemplateResourcePath>${project.basedir}</inputTemplateResourcePath--> - <!--inputTemplate>src/main/jnlp/template.vm</inputTemplate--> - <!-- relative to inputTemplateResourcePath --> + <!-- default values --> + <inputTemplateResourcePath>${project.basedir}</inputTemplateResourcePath> + <inputTemplate>src/main/jnlp/template.vm</inputTemplate> + <!-- relative to inputTemplateResourcePath --> <outputFile>idrop.jnlp</outputFile> - <!-- defaults to launch.jnlp --> + <!-- defaults to launch.jnlp --> - <!-- used to automatically identify the jar containing the main class. --> - <!-- this is perhaps going to change --> + <!-- used to automatically identify the jar containing the main class. --> + <!-- this is perhaps going to change --> <mainClass>org.irods.jargon.idrop.desktop.systraygui.IDROPDesktop</mainClass> </jnlp> - <!-- SIGNING --> - <!-- defining this will automatically sign the jar and its dependencies, if necessary --> + <!-- SIGNING --> + <!-- defining this will automatically sign the jar and its dependencies, if necessary --> <sign> <keystore>idrop</keystore> <keypass>123xxx</keypass> - <!-- we need to override passwords easily from the command line. ${keypass} --> + <!-- we need to override passwords easily from the command line. ${keypass} --> <storepass>123xxx</storepass> - <!-- ${storepass} --> - <!--storetype>fillme</storetype--> + <!-- ${storepass} --> + <!--storetype>fillme</storetype--> <alias>idrop</alias> - <!--validity>fillme</validity--> + <!--validity>fillme</validity--> - <!-- only required for generating the keystore --> + <!-- only required for generating the keystore --> <dnameCn>irods</dnameCn> <dnameOu>dice</dnameOu> <dnameO>uncch</dnameO> @@ -130,29 +130,29 @@ <dnameC>US</dnameC> <verify>true</verify> - <!-- verify that the signing operation succeeded --> + <!-- verify that the signing operation succeeded --> - <!-- KEYSTORE MANAGEMENT --> + <!-- KEYSTORE MANAGEMENT --> <keystoreConfig> <delete>false</delete> - <!-- delete the keystore --> + <!-- delete the keystore --> <gen>true</gen> - <!-- optional shortcut to generate the store. --> + <!-- optional shortcut to generate the store. --> </keystoreConfig> </sign> - <!-- BUILDING PROCESS --> + <!-- BUILDING PROCESS --> <pack200>true</pack200> <gzip>true</gzip> - <!-- default force when pack200 false, true when pack200 selected ?? --> + <!-- default force when pack200 false, true when pack200 selected ?? --> - <!-- causes a version attribute to be output in each jar resource element, optional, default is false --> - <!-- <outputJarVersions>false</outputJarVersions>--> + <!-- causes a version attribute to be output in each jar resource element, optional, default is false --> + <!-- <outputJarVersions>false</outputJarVersions>--> - <!--install>false</install--> - <!-- not yet supported --> - <verbose>true</verbose> + <!--install>false</install--> + <!-- not yet supported --> + <verbose>false</verbose> </configuration> </plugin> <plugin> @@ -202,70 +202,70 @@ <mainClass>org.irods.jargon.idrop.desktop.systraygui.StartupSequencer</mainClass> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <version>1.3</version> - <executions> - <execution> - <goals> - <goal>run</goal> - </goals> - <phase>generate-sources</phase> - <configuration> - <tasks> - <property name="src.dir" value="${project.build.sourceDirectory}" /> - <property name="package.dir" value="org/irods/jargon/idrop/desktop/systraygui/utils" /> - <property name="package.name" value="org.irods.jargon.idrop.desktop.systraygui.utils" /> - <property name="buildtime" value="${maven.build.timestamp}" /> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + <executions> + <execution> + <goals> + <goal>run</goal> + </goals> + <phase>generate-sources</phase> + <configuration> + <tasks> + <property name="src.dir" value="${project.build.sourceDirectory}" /> + <property name="package.dir" value="org/irods/jargon/idrop/desktop/systraygui/utils" /> + <property name="package.name" value="org.irods.jargon.idrop.desktop.systraygui.utils" /> + <property name="buildtime" value="${maven.build.timestamp}" /> - <echo file="${src.dir}/${package.dir}/Version.java" message="package ${package.name};${line.separator}" /> - <echo file="${src.dir}/${package.dir}/Version.java" append="true" message="public final class Version {${line.separator}" /> - <echo file="${src.dir}/${package.dir}/Version.java" append="true" message=" public static String VERSION="${pom.version}";${line.separator}" /> - <echo file="${src.dir}/${package.dir}/Version.java" append="true" message=" public static String BUILD_TIME="${buildtime}";${line.separator}" /> - <echo file="${src.dir}/${package.dir}/Version.java" append="true" message="}${line.separator}" /> - <echo message="BUILD ${buildtime}" /> - </tasks> - </configuration> - </execution> - </executions> - </plugin> + <echo file="${src.dir}/${package.dir}/Version.java" message="package ${package.name};${line.separator}" /> + <echo file="${src.dir}/${package.dir}/Version.java" append="true" message="public final class Version {${line.separator}" /> + <echo file="${src.dir}/${package.dir}/Version.java" append="true" message=" public static String VERSION="${pom.version}";${line.separator}" /> + <echo file="${src.dir}/${package.dir}/Version.java" append="true" message=" public static String BUILD_TIME="${buildtime}";${line.separator}" /> + <echo file="${src.dir}/${package.dir}/Version.java" append="true" message="}${line.separator}" /> + <echo message="BUILD ${buildtime}" /> + </tasks> + </configuration> + </execution> + </executions> + </plugin> </plugins> <pluginManagement> - <plugins> - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> - <plugin> - <groupId>org.eclipse.m2e</groupId> - <artifactId>lifecycle-mapping</artifactId> - <version>1.0.0</version> - <configuration> - <lifecycleMappingMetadata> - <pluginExecutions> - <pluginExecution> - <pluginExecutionFilter> - <groupId> - org.apache.maven.plugins - </groupId> - <artifactId> - maven-antrun-plugin - </artifactId> - <versionRange> - [1.3,) - </versionRange> - <goals> - <goal>run</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore /> - </action> - </pluginExecution> - </pluginExecutions> - </lifecycleMappingMetadata> - </configuration> - </plugin> - </plugins> + <plugins> + <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.apache.maven.plugins + </groupId> + <artifactId> + maven-antrun-plugin + </artifactId> + <versionRange> + [1.3,) + </versionRange> + <goals> + <goal>run</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore /> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> + </plugins> </pluginManagement> </build> </project> |