Edit C:\Users\Admin\.m2\repository\org\dspace\dspace-services\6.2\dspace-services-6.2.pom
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.dspace</groupId> <artifactId>dspace-services</artifactId> <packaging>jar</packaging> <name>DSpace Services Framework :: API and Implementation</name> <parent> <groupId>org.dspace</groupId> <artifactId>dspace-parent</artifactId> <version>6.2</version> </parent> <properties> <!-- This is the path to the root [dspace-src] directory. --> <root.basedir>${basedir}/..</root.basedir> </properties> <profiles> <!-- If Unit Testing is enabled, then setup the Unit Test Environment. See also the 'skiptests' profile in Parent POM. --> <profile> <id>test-environment</id> <activation> <activeByDefault>false</activeByDefault> <property> <name>maven.test.skip</name> <value>false</value> </property> </activation> <build> <plugins> <!-- This plugin allows us to run a Groovy script in our Maven POM (see: http://gmaven.codehaus.org/Executing+Groovy+Code ) We are generating a OS-agnostic version (agnostic.build.dir) of the ${project.build.directory} property (full path of target dir). This is needed by the Surefire plugin (see below) to initialize the Unit Test environment's dspace.dir setting. Otherwise, the Unit Test Framework will not work on Windows OS. This Groovy code was mostly borrowed from: http://stackoverflow.com/questions/3872355/how-to-convert-file-separator-in-maven --> <plugin> <groupId>org.codehaus.gmaven</groupId> <artifactId>groovy-maven-plugin</artifactId> <version>2.0</version> <executions> <execution> <id>setproperty</id> <phase>generate-test-resources</phase> <!-- XXX I think this should be 'initialize' - MHW --> <goals> <goal>execute</goal> </goals> <configuration> <source> project.properties['agnostic.build.dir']=project.build.directory.replace(File.separator,'/'); println("Initializing Maven property 'agnostic.build.dir' to: " + project.properties['agnostic.build.dir']); </source> </configuration> </execution> </executions> </plugin> <!-- Run Unit Testing! This plugin just kicks off the tests (when enabled). --> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <systemPropertyVariables> <!-- Specify the dspace.dir to use for test environment --> <!-- For "dspace-services" we don't need a full test environment, we just need a valid "config-definition.xml" which exists in target/test-classes/ --> <dspace.dir>${agnostic.build.dir}/test-classes/</dspace.dir> </systemPropertyVariables> </configuration> </plugin> </plugins> </build> </profile> </profiles> <dependencies> <!-- logging --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <!-- spring service manager --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> <version>${spring.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> </dependency> <!-- this needs to eventually go into common/lib for tomcat 5 --> <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache-core</artifactId> <version>2.4.3</version> <scope>compile</scope> </dependency> <!-- for filters --> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> </dependency> <dependency> <!-- Keep jmockit before junit --> <groupId>org.jmockit</groupId> <artifactId>jmockit</artifactId> <scope>test</scope> </dependency> <!-- SPECIAL CASE - need JUNIT at build time and testing time --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>provided</scope> </dependency> <!-- testing only --> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty</artifactId> <version>6.1.26</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-servlet-tester</artifactId> <version>6.1.26</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </dependency> <dependency> <!-- needed to ensure that all JCL is 1.1.1 --> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <type>jar</type> <scope>provided</scope> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> </dependency> <dependency> <groupId>commons-configuration</groupId> <artifactId>commons-configuration</artifactId> </dependency> <!-- Required by Commons Configuration --> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> </dependency> </dependencies> <developers> <developer> <id>azeckoski</id> <name>Aaron Zeckoski</name> <email>azeckoski@gmail.com</email> <url>http://wiki.sakaiproject.org/confluence/display/~aaronz </url> <organization>CARET, University of Cambridge</organization> <organizationUrl>http://caret.cam.ac.uk/ </organizationUrl> <roles> <role>architect</role> <role>committer</role> </roles> <timezone>0</timezone> </developer> <developer> <id>mdiggory</id> <name>Mark Diggory</name> <email>mdiggory@atmire.com</email> <roles> <role>architect</role> <role>committer</role> </roles> <organization>@mire</organization> <organizationUrl>http://www.atmire.com</organizationUrl> <timezone>-8</timezone> </developer> </developers> <contributors> <contributor> <name>Add Your Name Here and submit a patch!</name> <email>contributor at myu.edu</email> <url>http://www.myu.edu/me</url> <organization>My University</organization> <organizationUrl>http://www.myu.edu</organizationUrl> <roles> <role>developer</role> </roles> <timezone>0</timezone> </contributor> </contributors> </project>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de