diff --git a/JAVA/GUI/Plotter/pom.xml b/JAVA/GUI/Plotter/pom.xml index a43779f5aafa078cd7a822a1a42120425ca82dee..2e82600538c7cca28a35e2c631d9195db2d893b0 100644 --- a/JAVA/GUI/Plotter/pom.xml +++ b/JAVA/GUI/Plotter/pom.xml @@ -1,48 +1,47 @@ -<?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> - - <name>Lofar Utilities :: Plotter GUI</name> - - <parent> - <groupId>nl.astron.lofar.lib</groupId> - <artifactId>parent</artifactId> - <version>1.8.0-SNAPSHOT</version> - <relativePath>../../pom.xml</relativePath> - </parent> - - <artifactId>plotter</artifactId> - - - <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. --> - <scm> - <connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/GUI/Plotter</connection> - <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/GUI/Plotter</developerConnection> - </scm> - - - <!-- Information required to build a project. --> - <build> - <sourceDirectory>src</sourceDirectory> - <resources> - <resource> - <directory>src</directory> - <excludes> - <exclude>**/*.java</exclude> - </excludes> - </resource> - - <resource> - <directory>PlotterConfig/src</directory> - <excludes> - <exclude>**/*.java</exclude> - </excludes> - </resource> - </resources> - - </build> - -</project> +<?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> + + <name>Lofar Utilities :: Plotter GUI</name> + + <parent> + <groupId>nl.astron.lofar.lib</groupId> + <artifactId>parent</artifactId> + <version>1.8.0</version> + <relativePath>../../pom.xml</relativePath> + </parent> + + <artifactId>plotter</artifactId> + + + <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. --> + <scm> + <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.parent-1.8.0/GUI/Plotter</connection> + <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.parent-1.8.0/GUI/Plotter</developerConnection> + </scm> + + + <!-- Information required to build a project. --> + <build> + <sourceDirectory>src</sourceDirectory> + <resources> + <resource> + <directory>src</directory> + <excludes> + <exclude>**/*.java</exclude> + </excludes> + </resource> + + <resource> + <directory>PlotterConfig/src</directory> + <excludes> + <exclude>**/*.java</exclude> + </excludes> + </resource> + </resources> + + </build> + +</project> diff --git a/JAVA/LofarUtils/pom.xml b/JAVA/LofarUtils/pom.xml index 4cad4c71dbe3c50a1aaa7f5cc558da7b9dda4447..61f9f92d563bb73ba387ec9b7aa8b18329e3362b 100644 --- a/JAVA/LofarUtils/pom.xml +++ b/JAVA/LofarUtils/pom.xml @@ -1,52 +1,51 @@ -<?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> - - <name>Lofar Utilities :: LofarUtils</name> - - <parent> - <groupId>nl.astron.lofar.lib</groupId> - <artifactId>parent</artifactId> - <version>1.8.0-SNAPSHOT</version> - </parent> - - <artifactId>lofarutils</artifactId> - - - <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. --> - <scm> - <connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/LofarUtils</connection> - <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA/LofarUtils</developerConnection> - </scm> - - - <!-- Information required to build a project. --> - <build> - <sourceDirectory>src</sourceDirectory> - <resources> - <resource> - <directory>src</directory> - <excludes> - <exclude>**/*.java</exclude> - </excludes> - </resource> - </resources> - </build> - - - <!-- This element describes all of the dependencies associated with a project. - These dependencies are used to construct a classpath for your project during - the build process. They are automatically downloaded from the repositories - defined in this project. See for more information: - http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html --> - <dependencies> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </dependency> - </dependencies> - -</project> +<?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> + + <name>Lofar Utilities :: LofarUtils</name> + + <parent> + <groupId>nl.astron.lofar.lib</groupId> + <artifactId>parent</artifactId> + <version>1.8.0</version> + </parent> + + <artifactId>lofarutils</artifactId> + + + <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. --> + <scm> + <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.parent-1.8.0/LofarUtils</connection> + <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.parent-1.8.0/LofarUtils</developerConnection> + </scm> + + + <!-- Information required to build a project. --> + <build> + <sourceDirectory>src</sourceDirectory> + <resources> + <resource> + <directory>src</directory> + <excludes> + <exclude>**/*.java</exclude> + </excludes> + </resource> + </resources> + </build> + + + <!-- This element describes all of the dependencies associated with a project. + These dependencies are used to construct a classpath for your project during + the build process. They are automatically downloaded from the repositories + defined in this project. See for more information: + http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html --> + <dependencies> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </dependency> + </dependencies> + +</project> diff --git a/JAVA/pom.xml b/JAVA/pom.xml index f5e24e972695e22eb94f494c4fba5071bf5ad603..7f101cd1d5c403b6b8918ed1634200f363f6712d 100644 --- a/JAVA/pom.xml +++ b/JAVA/pom.xml @@ -1,62 +1,61 @@ -<?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> - - <name>Lofar Utilities :: Parent</name> - - <parent> - <groupId>nl.astron</groupId> - <artifactId>parent</artifactId> - <version>2.0.0</version> - </parent> - - <groupId>nl.astron.lofar.lib</groupId> - <artifactId>parent</artifactId> - <version>1.8.0-SNAPSHOT</version> - <packaging>pom</packaging> - - - <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. --> - <scm> - <connection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA</connection> - <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/trunk/JAVA</developerConnection> - </scm> - - - <!-- The modules (sometimes called subprojects) to build as a part of this - project. Each module listed is a relative path to the directory containing - the module. --> - <modules> - <module>LofarUtils</module> - <module>GUI/Plotter</module> - </modules> - - - <!-- Default dependency information for projects that inherit from this - one. The dependencies in this section are not immediately resolved. Instead, - when a POM derived from this one declares a dependency described by a matching - groupId and artifactId, the version and other values from this section are - used for that dependency if they were not already specified. --> - <dependencyManagement> - <dependencies> - - <!-- Child dependencies, childs use the same group-ID and version by default. --> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>lofarutils</artifactId> - <version>${project.version}</version> - </dependency> - - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>plotter</artifactId> - <version>${project.version}</version> - </dependency> - - </dependencies> - </dependencyManagement> - -</project> +<?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> + + <name>Lofar Utilities :: Parent</name> + + <parent> + <groupId>nl.astron</groupId> + <artifactId>parent</artifactId> + <version>2.0.0</version> + </parent> + + <groupId>nl.astron.lofar.lib</groupId> + <artifactId>parent</artifactId> + <version>1.8.0</version> + <packaging>pom</packaging> + + + <!-- Specification for the SCM used by the project, such as CVS, Subversion, etc. --> + <scm> + <connection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.parent-1.8.0</connection> + <developerConnection>scm:svn:https://svn.astron.nl/LOFAR/tags/Maven-Release-nl.astron.lofar.lib.parent-1.8.0</developerConnection> + </scm> + + + <!-- The modules (sometimes called subprojects) to build as a part of this + project. Each module listed is a relative path to the directory containing + the module. --> + <modules> + <module>LofarUtils</module> + <module>GUI/Plotter</module> + </modules> + + + <!-- Default dependency information for projects that inherit from this + one. The dependencies in this section are not immediately resolved. Instead, + when a POM derived from this one declares a dependency described by a matching + groupId and artifactId, the version and other values from this section are + used for that dependency if they were not already specified. --> + <dependencyManagement> + <dependencies> + + <!-- Child dependencies, childs use the same group-ID and version by default. --> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>lofarutils</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>plotter</artifactId> + <version>${project.version}</version> + </dependency> + + </dependencies> + </dependencyManagement> + +</project>