From: <lor...@us...> - 2011-08-21 20:37:46
|
Revision: 3079 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3079&view=rev Author: lorenz_b Date: 2011-08-21 20:37:40 +0000 (Sun, 21 Aug 2011) Log Message: ----------- First try to build some kind of release. Modified Paths: -------------- trunk/interfaces/pom.xml Modified: trunk/interfaces/pom.xml =================================================================== --- trunk/interfaces/pom.xml 2011-08-21 20:31:32 UTC (rev 3078) +++ trunk/interfaces/pom.xml 2011-08-21 20:37:40 UTC (rev 3079) @@ -1,210 +1,229 @@ <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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> - <groupId>org.dllearner</groupId> - <artifactId>interfaces</artifactId> - <packaging>jar</packaging> - <name>Interfaces: GUI, CLI, Web Service</name> - <url>http://aksw.org/Projects/DLLearner</url> + <groupId>org.dllearner</groupId> + <artifactId>interfaces</artifactId> + <packaging>jar</packaging> + <name>Interfaces: GUI, CLI, Web Service</name> + <url>http://aksw.org/Projects/DLLearner</url> - <parent> - <groupId>org.dllearner</groupId> - <artifactId>dllearner-parent</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> + <parent> + <groupId>org.dllearner</groupId> + <artifactId>dllearner-parent</artifactId> + <version>1.0-SNAPSHOT</version> + </parent> - <build> - <finalName>interfaces</finalName> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>tomcat-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - </plugin> + <build> + <finalName>interfaces</finalName> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>tomcat-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-resources-plugin</artifactId> + </plugin> - <plugin> - <groupId>org.mortbay.jetty</groupId> - <artifactId>maven-jetty-plugin</artifactId> - <configuration> - <stopKey>stopKey</stopKey> - <stopPort>9999</stopPort> - <scanIntervalSeconds>1</scanIntervalSeconds> - <requestLog implementation="org.mortbay.jetty.NCSARequestLog"> - <filename>log/yyyy_mm_dd.request.log</filename> - <retainDays>90</retainDays> - <append>true</append> - <extended>true</extended> - <logTimeZone>GMT</logTimeZone> - </requestLog> - </configuration> - <!--execution is used for testing--> - <!--executions> - <execution> - <id>start-jetty</id> - <phase>pre-integration-test</phase> - <goals> - <goal>run</goal> - </goals> - <configuration> - <scanIntervalSeconds>0</scanIntervalSeconds> - <daemon>true</daemon> - <stopKey>stopKey</stopKey> - <stopPort>9999</stopPort> - </configuration> - </execution> - <execution> - <id>stop-jetty</id> - <phase>post-integration-test</phase> - <goals> - <goal>stop</goal> - </goals> - </execution> - </executions--> - </plugin> + <plugin> + <groupId>org.mortbay.jetty</groupId> + <artifactId>maven-jetty-plugin</artifactId> + <configuration> + <stopKey>stopKey</stopKey> + <stopPort>9999</stopPort> + <scanIntervalSeconds>1</scanIntervalSeconds> + <requestLog implementation="org.mortbay.jetty.NCSARequestLog"> + <filename>log/yyyy_mm_dd.request.log</filename> + <retainDays>90</retainDays> + <append>true</append> + <extended>true</extended> + <logTimeZone>GMT</logTimeZone> + </requestLog> + </configuration> + <!--execution is used for testing --> + <!--executions> <execution> <id>start-jetty</id> <phase>pre-integration-test</phase> + <goals> <goal>run</goal> </goals> <configuration> <scanIntervalSeconds>0</scanIntervalSeconds> + <daemon>true</daemon> <stopKey>stopKey</stopKey> <stopPort>9999</stopPort> + </configuration> </execution> <execution> <id>stop-jetty</id> <phase>post-integration-test</phase> + <goals> <goal>stop</goal> </goals> </execution> </executions --> + </plugin> - <!--Surefire - for JUnits --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <excludes> - <exclude>org/dllearner/test/junit/OWLlinkTest.java</exclude> - </excludes> - </configuration> - </plugin> + <!--Surefire - for JUnits --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <excludes> + <exclude>org/dllearner/test/junit/OWLlinkTest.java</exclude> + </excludes> + </configuration> + </plugin> - <plugin> - <groupId>de.tarent.maven.plugins</groupId> - <artifactId>maven-pkg-plugin</artifactId> - <version>2.1.0</version> - <configuration> + <plugin> + <groupId>de.tarent.maven.plugins</groupId> + <artifactId>maven-pkg-plugin</artifactId> + <version>2.1.0</version> + <configuration> - <defaultTarget>all</defaultTarget> + <defaultTarget>all</defaultTarget> - <defaultDistro>ubuntu_intrepid</defaultDistro> - <shortDescription>My Short Project Description...</shortDescription> + <defaultDistro>ubuntu_intrepid</defaultDistro> + <shortDescription>My Short Project Description...</shortDescription> - <defaults> - <section>misc</section> - <mainClass>org.dllearner.cli.Start</mainClass> - <architecture>all</architecture> - <srcAuxFilesDir>src/main/pkg</srcAuxFilesDir> - <maintainer>Jens Lehmann</maintainer> - </defaults> + <defaults> + <section>misc</section> + <mainClass>org.dllearner.cli.Start</mainClass> + <architecture>all</architecture> + <srcAuxFilesDir>src/main/pkg</srcAuxFilesDir> + <maintainer>Jens Lehmann</maintainer> + </defaults> - <targetConfigurations> + <targetConfigurations> - <targetConfiguration> - <target>i386</target> + <targetConfiguration> + <target>i386</target> - <architecture>i386</architecture> - <srcJNIFilesDir>src/main/native/i386</srcJNIFilesDir> + <architecture>i386</architecture> + <srcJNIFilesDir>src/main/native/i386</srcJNIFilesDir> - </targetConfiguration> + </targetConfiguration> - <targetConfiguration> - <target>armel</target> + <targetConfiguration> + <target>armel</target> - <architecture>armel</architecture> - <srcJNIFilesDir>src/main/native/armel</srcJNIFilesDir> + <architecture>armel</architecture> + <srcJNIFilesDir>src/main/native/armel</srcJNIFilesDir> - </targetConfiguration> + </targetConfiguration> - </targetConfigurations> + </targetConfigurations> - <distroConfigurations> - <distroConfiguration> + <distroConfigurations> + <distroConfiguration> - <distros> - <distro>ubuntu_intrepid</distro> - <distro>ubuntu_karmic</distro> - </distros> + <distros> + <distro>ubuntu_intrepid</distro> + <distro>ubuntu_karmic</distro> + </distros> - </distroConfiguration> - </distroConfigurations> - </configuration> - </plugin> - </plugins> - </build> + </distroConfiguration> + </distroConfigurations> + </configuration> + </plugin> - <dependencies> - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>components-core</artifactId> - - </dependency> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>appassembler-maven-plugin</artifactId> + <version>1.1.1</version> + <configuration> + <assembleDirectory>${project.build.directory}/dl-learner-dist</assembleDirectory> + <repoPath>lib</repoPath> + <repositoryName>lib</repositoryName> + <extraJvmArguments>-Xms256m -Xmx1024m</extraJvmArguments> + <platforms> + <platform>windows</platform> + <platform>unix</platform> + </platforms> + <programs> + <program> + <mainClass>org.dllearner.cli.Start</mainClass> + <name>start</name> + </program> + <program> + <mainClass>org.dllearner.cli.QuickStart</mainClass> + <name>quickstart</name> + </program> + <program> + <mainClass>org.dllearner.cli.CLI</mainClass> + <name>cli</name> + </program> + <program> + <mainClass>org.dllearner.cli.Enrichment</mainClass> + <name>enrichment</name> + </program> + <program> + <mainClass>org.dllearner.gui.StartGUI</mainClass> + <name>gui</name> + </program> + </programs> + </configuration> + </plugin> + </plugins> + </build> - <!-- - Added the dependency of the core tests so that they will be - accessible from the tests in this component - --> - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>components-core</artifactId> - <classifier>tests</classifier> - <scope>test</scope> - </dependency> + <dependencies> + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>components-core</artifactId> - <dependency> - <groupId>org.dllearner</groupId> - <artifactId>components-ext</artifactId> - </dependency> + </dependency> + <!-- Added the dependency of the core tests so that they will be accessible + from the tests in this component --> + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>components-core</artifactId> + <classifier>tests</classifier> + <scope>test</scope> + </dependency> - <dependency> - <groupId>com.jamonapi</groupId> - <artifactId>jamon</artifactId> - </dependency> + <dependency> + <groupId>org.dllearner</groupId> + <artifactId>components-ext</artifactId> + </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jsp-api</artifactId> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jstl</artifactId> - </dependency> + <dependency> + <groupId>com.jamonapi</groupId> + <artifactId>jamon</artifactId> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> - <dependency> - <groupId>org.aksw.commons</groupId> - <artifactId>model</artifactId> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <!-- Exclude Project-D from Project-B --> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>com.googlecode.json-simple</groupId> - <artifactId>json-simple</artifactId> - </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>jsp-api</artifactId> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>jstl</artifactId> + </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </dependency> - </dependencies> + <dependency> + <groupId>org.aksw.commons</groupId> + <artifactId>model</artifactId> + <exclusions> + <exclusion> + <groupId>org.slf4j</groupId> + <!-- Exclude Project-D from Project-B --> + <artifactId>slf4j-log4j12</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>com.googlecode.json-simple</groupId> + <artifactId>json-simple</artifactId> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + </dependency> + </dependencies> + + </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |