2 Replies Latest reply on Apr 6, 2010 10:17 AM by pchandler

    apache-servicemix-4.2.0-fuse-01-00/examples/pom.xml

    pchandler

      Are the repositories listed twice? Probably doesn't hurt.

       

      Ex-Progress-QA

       

      <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">
      
          <!--
      
              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.
          -->
      
          <modelVersion>4.0.0</modelVersion>
      
          <parent>
              <groupId>org.apache.servicemix.features</groupId>
              <artifactId>features</artifactId>
              <version>4.2.0-fuse-01-00</version>
          </parent>
      
          <groupId>org.apache.servicemix.examples</groupId>
          <artifactId>examples</artifactId>
          <packaging>pom</packaging>
          <version>4.2.0-fuse-01-00</version>
          <name>Apache ServiceMix Examples</name>
      
          <modules>
              <module>bridge</module>
              <module>bridge-camel</module>
              <module>camel</module>
              <module>cxf-wsdl-first</module>
              <module>camel-nmr</module>
              <module>camel-osgi</module>
              <module>cxf-camel-nmr</module>
              <module>cxf-nmr</module>
              <module>cxf-osgi</module>
              <module>cxf-ws-addressing</module>
              <module>cxf-jaxrs</module>
              <module>cxf-wsdl-first-osgi-package</module>
              <module>cxf-ws-security-osgi</module>
              <module>jpa-osgi</module>
          </modules>
          
          <!-- Add IONA repositories for snaphots and releases -->
          <pluginRepositories>
            <pluginRepository>
              <id>open.iona.m2-snapshot</id>
              <name>IONA Snapshots Repository</name>
              <url>http://repo.open.iona.com/maven2-snapshot/</url>
              <snapshots>
                <enabled>true</enabled>
              </snapshots>
              <releases>
                 <enabled>false</enabled>
              </releases>
            </pluginRepository>
            <pluginRepository>
              <id>open.iona.m2</id>
              <name>IONA Repository</name>
              <url>http://repo.open.iona.com/maven2/</url>
              <snapshots>
                <enabled>false</enabled>
              </snapshots>
              <releases>
                 <enabled>true</enabled>
              </releases>
            </pluginRepository>
          </pluginRepositories>
          <repositories>
            <repository>
              <id>open.iona.m2-snapshot</id>
              <name>IONA Snapshots Repository</name>
              <url>http://repo.open.iona.com/maven2-snapshot/</url>
              <snapshots>
                <enabled>true</enabled>
              </snapshots>
              <releases>
                 <enabled>false</enabled>
              </releases>
            </repository>
            <repository>
               <id>open.iona.m2</id>
              <name>IONA Repository</name>
              <url>http://repo.open.iona.com/maven2/</url>
              <snapshots>
                <enabled>false</enabled>
              </snapshots>
              <releases>
                 <enabled>true</enabled>
              </releases>
            </repository>
          </repositories>
      
      </project>