Repository: incubator-taverna-plugin-gis Updated Branches: refs/heads/master e4284818e -> 683a7a057
http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/3ca3856a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 14b5ca5..9c2ab12 100644 --- a/pom.xml +++ b/pom.xml @@ -1,63 +1,74 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor + license agreements. See the NOTICE file distributed with this work for additional + information regarding copyright ownership. The ASF licenses this file to + You under the Apache License, Version 2.0 (the "License"); you may not use + this file except in compliance with the License. You may obtain a copy of + the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required + by applicable law or agreed to in writing, software distributed under the + License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS + OF ANY KIND, either express or implied. See the License for the specific + language governing permissions and limitations under the License. --> +<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> + <parent> + <groupId>org.apache.taverna</groupId> + <artifactId>apache-taverna-parent</artifactId> + <version>2-incubating</version> + </parent> + <groupId>org.apache.taverna.gis</groupId> + <artifactId>apache-taverna-plugin-gis</artifactId> + <version>0.0.1-incubating-SNAPSHOT</version> + <packaging>pom</packaging> - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<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> - <parent> - <groupId>org.apache.taverna</groupId> - <artifactId>apache-taverna-parent</artifactId> - <version>2-incubating</version> - </parent> - <groupId>org.apache.taverna.gis</groupId> - <artifactId>apache-taverna-plugin-gis</artifactId> - <version>0.0.1-incubating-SNAPSHOT</version> - <packaging>pom</packaging> - - <name>Apache Taverna Plugin GIS</name> - <description> + <name>Apache Taverna Plugin GIS</name> + <description> Taverna support for Geographical Information Systems, in particular the OGC activity. </description> - <properties> - <taverna.language.version>0.15.0-incubating</taverna.language.version> - <taverna.osgi.version>0.2.1-incubating</taverna.osgi.version> - <taverna.engine.version>3.1.0-incubating-SNAPSHOT</taverna.engine.version> - </properties> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <taverna.language.version>0.15.1-incubating</taverna.language.version> + <taverna.osgi.version>0.2.1-incubating</taverna.osgi.version> + <taverna.engine.version>3.1.0-incubating</taverna.engine.version> + <taverna.workbench.version>3.1.0-incubating-SNAPSHOT</taverna.workbench.version> + </properties> + + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis.git</developerConnection> + <url>https://github.com/apache/incubator-taverna-plugin-gis</url> + <tag>HEAD</tag> + </scm> - <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis.git</developerConnection> - <url>https://github.com/apache/incubator-taverna-plugin-gis</url> - <tag>HEAD</tag> - </scm> + <repositories> + <repository> + <id>apache.snapshots</id> + <name>Apache Snapshot Repository</name> + <url>http://repository.apache.org/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + </repository> + <repository> + <id>n52-releases</id> + <name>52n Releases</name> + <url>http://52north.org/maven/repo/releases</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + </repositories> - <repositories> - <repository> - <id>apache.snapshots</id> - <name>Apache Snapshot Repository</name> - <url>http://repository.apache.org/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - </repository> - </repositories> + <modules> + <module>apache-taverna-activity-gis-plugin</module> + <module>apache-taverna-activity-gis-activity</module> + <module>apache-taverna-activity-gis-activity-ui</module> + <module>taverna-gis-client</module> + </modules> - <modules> - <module>taverna-ogc-activity</module> - <module>taverna-ogc-activity-ui</module> - </modules> </project> http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-gis/blob/3ca3856a/taverna-gis-client/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-gis-client/pom.xml b/taverna-gis-client/pom.xml new file mode 100644 index 0000000..909a17e --- /dev/null +++ b/taverna-gis-client/pom.xml @@ -0,0 +1,17 @@ +<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> + <parent> + <groupId>org.apache.taverna.gis</groupId> + <artifactId>apache-taverna-activity-gis</artifactId> + <version>0.0.1-incubating.SNAPSHOT</version> + </parent> + <artifactId>taverna-gis-client</artifactId> + + <dependencies> + <dependency> + <groupId>org.n52.wps</groupId> + <artifactId>52n-wps-client-lib</artifactId> + <version>3.3.1</version> + </dependency> + </dependencies> +</project> \ No newline at end of file
