diff --git a/blobstore-basics/pom.xml b/blobstore-basics/pom.xml index 7f3f2b1..1fe1729 100644 --- a/blobstore-basics/pom.xml +++ b/blobstore-basics/pom.xml @@ -1,97 +1,97 @@ - 4.0.0 - org.jclouds.examples - blobstore-basics - 1.0-SNAPSHOT - blobstore-basics - jclouds blobstore example that creates a container, then displays the size of each container + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.jclouds.examples + blobstore-basics + 1.0-SNAPSHOT + blobstore-basics + jclouds blobstore example that creates a container, then displays the size of each container - + + + org.jclouds + jclouds-blobstore + 1.6.0 + + + org.jclouds + jclouds-allblobstore + 1.6.0 + + + - - - - ${project.artifactId} - + --> + + + ${project.artifactId} + - - org.apache.maven.plugins - maven-jar-plugin - - - - org.jclouds.examples.blobstore.basics.MainApp - - - - + + org.apache.maven.plugins + maven-jar-plugin + + + + org.jclouds.examples.blobstore.basics.MainApp + + + + - - maven-assembly-plugin - 2.2.1 - - - src/main/assembly/jar-with-dependencies.xml - - - - org.jclouds.examples.blobstore.basics.MainApp - - - - - - make-assembly - package - - single - - - - - + + maven-assembly-plugin + 2.2.1 + + + src/main/assembly/jar-with-dependencies.xml + + + + org.jclouds.examples.blobstore.basics.MainApp + + + + + + make-assembly + package + + single + + + + + - + diff --git a/blobstore-hdfs/pom.xml b/blobstore-hdfs/pom.xml index 21992cf..3259d26 100644 --- a/blobstore-hdfs/pom.xml +++ b/blobstore-hdfs/pom.xml @@ -2,149 +2,149 @@ - 4.0.0 - org.jclouds.examples - blobstore-hdfs - 1.0.0 - blobstore-hdfs - demonstrates how we can build hfds payloads as an extension to the current payloads in blobstore + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.jclouds.examples + blobstore-hdfs + 1.0.0 + blobstore-hdfs + demonstrates how we can build hfds payloads as an extension to the current payloads in blobstore - - - jboss-public-releases - https://repository.jboss.org/nexus/content/groups/public-jboss - - true - - - false - - - - cloudera-public-releases - https://repository.cloudera.com/content/repositories/releases/ - - true - - - false - - - + + + jboss-public-releases + https://repository.jboss.org/nexus/content/groups/public-jboss + + true + + + false + + + + cloudera-public-releases + https://repository.cloudera.com/content/repositories/releases/ + + true + + + false + + + - + + + org.jclouds + jclouds-blobstore + 1.1.0 + + + org.jclouds + jclouds-allblobstore + 1.1.0 + + + org.jclouds.driver + jclouds-netty + 1.1.0 + + + org.jboss.netty + netty + 3.2.4.Final + + + org.jclouds.driver + jclouds-apachehc + 1.1.0 + + + org.jclouds.driver + jclouds-slf4j + 1.1.0 + + + org.jclouds.driver + jclouds-log4j + 1.1.0 + + + - - - org.apache.hadoop - hadoop-core - 0.20.2-cdh3u0 - - - - ${project.artifactId} - + --> + + org.apache.hadoop + hadoop-core + 0.20.2-cdh3u0 + + + + ${project.artifactId} + - - org.apache.maven.plugins - maven-jar-plugin - - - - org.jclouds.examples.blobstore.hdfs.MainApp - - - - + + org.apache.maven.plugins + maven-jar-plugin + + + + org.jclouds.examples.blobstore.hdfs.MainApp + + + + - - maven-assembly-plugin - - - jar-with-dependencies - - - - org.jclouds.examples.blobstore.hdfs.MainApp - - - - - - make-assembly - package - - single - - - - - + + maven-assembly-plugin + + + jar-with-dependencies + + + + org.jclouds.examples.blobstore.hdfs.MainApp + + + + + + make-assembly + package + + single + + + + + - + diff --git a/blobstore-karaf-shell/pom.xml b/blobstore-karaf-shell/pom.xml index 39459de..d4eab86 100644 --- a/blobstore-karaf-shell/pom.xml +++ b/blobstore-karaf-shell/pom.xml @@ -3,116 +3,116 @@ - 4.0.0 + 4.0.0 - org.jclouds.examples - blobstore-karaf-shell - 1.0-SNAPSHOT - blobstore-karaf-shell - bundle - jclouds karaf example that uses a blobstore from the karaf shell + org.jclouds.examples + blobstore-karaf-shell + 1.0-SNAPSHOT + blobstore-karaf-shell + bundle + jclouds karaf example that uses a blobstore from the karaf shell - - - !org.jclouds.examples*, - org.apache.felix.gogo*;version="[0.5,1)", - org.apache.karaf*;version="[2.1,4)", - org.jclouds*;version="[1.0,2)", - * - - org.jclouds.examples* - + + + !org.jclouds.examples*, + org.apache.felix.gogo*;version="[0.5,1)", + org.apache.karaf*;version="[2.1,4)", + org.jclouds*;version="[1.0,2)", + * + + org.jclouds.examples* + - - - - org.apache.felix - maven-bundle-plugin - 2.3.4 - true - true - - - ${project.name} - ${project.artifactId} - ${osgi.export} - ${osgi.import} - ${osgi.dynamic.import} - ${osgi.private} - ${osgi.bundles} - ${osgi.activator} - - - jar - war - bundle - - true - - - - bundle-manifest - process-classes - - manifest - - - - - - + + + + org.apache.felix + maven-bundle-plugin + 2.3.4 + true + true + + + ${project.name} + ${project.artifactId} + ${osgi.export} + ${osgi.import} + ${osgi.dynamic.import} + ${osgi.private} + ${osgi.bundles} + ${osgi.activator} + + + jar + war + bundle + + true + + + + bundle-manifest + process-classes + + manifest + + + + + + - - - - org.osgi - org.osgi.core - 4.2.0 - - - org.osgi - org.osgi.compendium - 4.2.0 - + + + + org.osgi + org.osgi.core + 4.2.0 + + + org.osgi + org.osgi.compendium + 4.2.0 + - - - org.apache.karaf.shell - org.apache.karaf.shell.console - 2.2.5 - + + + org.apache.karaf.shell + org.apache.karaf.shell.console + 2.2.5 + - - org.jclouds - jclouds-blobstore - 1.5.0-alpha.6 - - - org.jclouds - jclouds-allblobstore - 1.5.0-alpha.6 - - + + org.jclouds + jclouds-blobstore + 1.5.0-alpha.6 + + + org.jclouds + jclouds-allblobstore + 1.5.0-alpha.6 + + diff --git a/blobstore-largeblob/pom.xml b/blobstore-largeblob/pom.xml index 83756a0..79f1f8e 100644 --- a/blobstore-largeblob/pom.xml +++ b/blobstore-largeblob/pom.xml @@ -1,115 +1,115 @@ - 4.0.0 - org.jclouds.examples - blobstore-largeblob - 1.0-SNAPSHOT - blobstore-largeblob - jclouds blobstore example that creates a container, then uploads a large file using parallel multipart upload + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.jclouds.examples + blobstore-largeblob + 1.0-SNAPSHOT + blobstore-largeblob + jclouds blobstore example that creates a container, then uploads a large file using parallel multipart upload - + + + org.jclouds + jclouds-blobstore + 1.5.0-beta.3 + + + org.jclouds + jclouds-allblobstore + 1.5.0-beta.3 + + + org.jclouds.driver + jclouds-netty + 1.5.0-beta.3 + + + org.jclouds.driver + jclouds-apachehc + 1.5.0-beta.3 + + + org.jclouds.driver + jclouds-log4j + 1.5.0-beta.3 + + + org.jclouds.driver + jclouds-slf4j + 1.5.0-beta.3 + + + - - - - ${project.artifactId} - + --> + + + ${project.artifactId} + - - org.apache.maven.plugins - maven-jar-plugin - - - - org.jclouds.examples.blobstore.largeblob.MainApp - - - - + + org.apache.maven.plugins + maven-jar-plugin + + + + org.jclouds.examples.blobstore.largeblob.MainApp + + + + - - maven-assembly-plugin - - - jar-with-dependencies - - - - org.jclouds.examples.blobstore.largeblob.MainApp - - - - - - make-assembly - package - - single - - - - - + + maven-assembly-plugin + + + jar-with-dependencies + + + + org.jclouds.examples.blobstore.largeblob.MainApp + + + + + + make-assembly + package + + single + + + + + - + diff --git a/camel-notifications/pom.xml b/camel-notifications/pom.xml index 912f1c4..84e909d 100644 --- a/camel-notifications/pom.xml +++ b/camel-notifications/pom.xml @@ -1,153 +1,153 @@ - 4.0.0 - - org.jclouds.examples - camel-notifications - 1.0.1 - jar - jclouds camel example that uses a camel routes for sending email notifications, of the node states - - - jclouds Camel Notifier - - - 2.9.0 - 1.6.0 - - - - - - - org.apache.camel - camel-core - ${camel.version} - - - org.apache.camel - camel-spring - ${camel.version} - - - - org.apache.camel - camel-quartz - ${camel.version} - - - - org.apache.camel - camel-jclouds - ${camel.version} - - - - org.apache.camel - camel-mail - ${camel.version} - - - - org.apache.camel - camel-groovy - ${camel.version} - - - - - org.jclouds.driver - jclouds-slf4j - ${jclouds.version} - - - - org.jclouds - jclouds-compute - ${jclouds.version} - - - - org.jclouds - jclouds-allcompute - ${jclouds.version} - - - - - ch.qos.logback - logback-classic - 1.0.0 - - - - - install - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.6 - 1.6 - - - - org.apache.maven.plugins - maven-resources-plugin - 2.5 - - - copy-resources - validate - - copy-resources - - - ${project.basedir}/target/classes - - - src/main/resources - true - - ** - - - - - - - - - - - org.apache.camel - camel-maven-plugin - ${camel.version} - - - + 4.0.0 + + org.jclouds.examples + camel-notifications + 1.0.1 + jar + jclouds camel example that uses a camel routes for sending email notifications, of the node states + + + jclouds Camel Notifier + + + 2.9.0 + 1.6.0 + + + + + + + org.apache.camel + camel-core + ${camel.version} + + + org.apache.camel + camel-spring + ${camel.version} + + + + org.apache.camel + camel-quartz + ${camel.version} + + + + org.apache.camel + camel-jclouds + ${camel.version} + + + + org.apache.camel + camel-mail + ${camel.version} + + + + org.apache.camel + camel-groovy + ${camel.version} + + + + + org.jclouds.driver + jclouds-slf4j + ${jclouds.version} + + + + org.jclouds + jclouds-compute + ${jclouds.version} + + + + org.jclouds + jclouds-allcompute + ${jclouds.version} + + + + + ch.qos.logback + logback-classic + 1.0.0 + + + + + install + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + + copy-resources + validate + + copy-resources + + + ${project.basedir}/target/classes + + + src/main/resources + true + + ** + + + + + + + + + + + org.apache.camel + camel-maven-plugin + ${camel.version} + + + diff --git a/chef-basics/pom.xml b/chef-basics/pom.xml index 693f7de..326f689 100644 --- a/chef-basics/pom.xml +++ b/chef-basics/pom.xml @@ -1,206 +1,206 @@ - 4.0.0 - org.jclouds.examples - chef-basics - 1.6.0-SNAPSHOT - chef-basics - jclouds chef example that adds a node to a group, then installs an Apache web server on all nodes - - - 1.6.0 - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.jclouds.examples + chef-basics + 1.6.0-SNAPSHOT + chef-basics + jclouds chef example that adds a node to a group, then installs an Apache web server on all nodes + + + 1.6.0 + - - - jclouds-snapshots - https://oss.sonatype.org/content/repositories/snapshots - - true - - - + + + jclouds-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + true + + + - - - org.jclouds - jclouds-compute - ${jclouds.version} - - - org.jclouds.api - chef - ${jclouds.version} - - - org.jclouds - jclouds-allcompute - ${jclouds.version} - - - org.jclouds.labs - joyentcloud - ${jclouds.version} - - - org.jclouds.labs - virtualbox - ${jclouds.version} - - - - - - org.bouncycastle - bcprov-jdk16 - 1.46 - provided - - - org.jclouds.driver - jclouds-bouncycastle - ${jclouds.version} - - - - org.bouncycastle - bcprov-jdk16 - - - - - org.jclouds.driver - jclouds-sshj - ${jclouds.version} - - - org.jclouds.driver - jclouds-enterprise - ${jclouds.version} - - - ch.qos.logback - logback-classic - 1.0.0 - - - - ${project.artifactId} - - - maven-compiler-plugin - - ${project.build.sourceEncoding} - 1.6 - 1.6 - - - - org.apache.maven.plugins - maven-jar-plugin - - - - org.jclouds.examples.chef.basics.MainApp - - - - - - maven-assembly-plugin - 2.2.1 - - - src/main/assembly/jar-with-dependencies.xml - - - - org.jclouds.examples.chef.basics.MainApp - - - bcprov-jdk16.jar - - - - - - make-assembly - package - - single - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.3 - - - copy - package - - copy - - - - - org.bouncycastle - bcprov-jdk16 - false - bcprov-jdk16.jar - - - ${project.build.directory} - false - true - - - - - - + + --> + + + org.bouncycastle + bcprov-jdk16 + 1.46 + provided + + + org.jclouds.driver + jclouds-bouncycastle + ${jclouds.version} + + + + org.bouncycastle + bcprov-jdk16 + + + + + org.jclouds.driver + jclouds-sshj + ${jclouds.version} + + + org.jclouds.driver + jclouds-enterprise + ${jclouds.version} + + + ch.qos.logback + logback-classic + 1.0.0 + + + + ${project.artifactId} + + + maven-compiler-plugin + + ${project.build.sourceEncoding} + 1.6 + 1.6 + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.jclouds.examples.chef.basics.MainApp + + + + + + maven-assembly-plugin + 2.2.1 + + + src/main/assembly/jar-with-dependencies.xml + + + + org.jclouds.examples.chef.basics.MainApp + + + bcprov-jdk16.jar + + + + + + make-assembly + package + + single + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.3 + + + copy + package + + copy + + + + + org.bouncycastle + bcprov-jdk16 + false + bcprov-jdk16.jar + + + ${project.build.directory} + false + true + + + + + + diff --git a/cloudwatch-basics/pom.xml b/cloudwatch-basics/pom.xml index 7361e6e..d91350f 100644 --- a/cloudwatch-basics/pom.xml +++ b/cloudwatch-basics/pom.xml @@ -1,87 +1,87 @@ - 4.0.0 - org.jclouds.examples - cloudwatch-basics - 1.0-SNAPSHOT - cloudwatch-basics - jclouds cloudwatch example + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.jclouds.examples + cloudwatch-basics + 1.0-SNAPSHOT + cloudwatch-basics + jclouds cloudwatch example - - - org.jclouds.provider - aws-ec2 - 1.5.0-beta.3 - - - org.jclouds.provider - aws-cloudwatch - 1.5.0-beta.3 - - + + + org.jclouds.provider + aws-ec2 + 1.5.0-beta.3 + + + org.jclouds.provider + aws-cloudwatch + 1.5.0-beta.3 + + - - ${project.artifactId} - + + ${project.artifactId} + - - org.apache.maven.plugins - maven-jar-plugin - - - - org.jclouds.examples.cloudwatch.basics.MainApp - - - - + + org.apache.maven.plugins + maven-jar-plugin + + + + org.jclouds.examples.cloudwatch.basics.MainApp + + + + - - maven-assembly-plugin - 2.2.1 - - - src/main/assembly/jar-with-dependencies.xml - - - - org.jclouds.examples.cloudwatch.basics.MainApp - - - - - - make-assembly - package - - single - - - - - + + maven-assembly-plugin + 2.2.1 + + + src/main/assembly/jar-with-dependencies.xml + + + + org.jclouds.examples.cloudwatch.basics.MainApp + + + + + + make-assembly + package + + single + + + + + - + diff --git a/compute-basics/pom.xml b/compute-basics/pom.xml index 8957f8c..0d82bff 100644 --- a/compute-basics/pom.xml +++ b/compute-basics/pom.xml @@ -1,178 +1,178 @@ - 4.0.0 - org.jclouds.examples - compute-basics - 1.0 - compute-basics - jclouds compute example that adds a node to a group, then executes "echo hello" on all nodes + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.jclouds.examples + compute-basics + 1.0 + compute-basics + jclouds compute example that adds a node to a group, then executes "echo hello" on all nodes - - - org.jclouds - jclouds-compute - 1.6.0 - - - org.jclouds - jclouds-allcompute - 1.6.0 - - - org.jclouds.labs - joyentcloud - 1.6.0 - - - org.jclouds.labs - virtualbox - 1.6.0 - - - - - org.bouncycastle - bcprov-jdk16 - 1.46 - provided - - - org.jclouds.driver - jclouds-bouncycastle - 1.6.0 - - - - org.bouncycastle - bcprov-jdk16 - - - - - org.jclouds.driver - jclouds-sshj - 1.6.0 - - - org.jclouds.driver - jclouds-enterprise - 1.6.0 - - - ch.qos.logback - logback-classic - 1.0.9 - - - - ${project.artifactId} - - - maven-compiler-plugin - - ${project.build.sourceEncoding} - 1.6 - 1.6 - - - - org.apache.maven.plugins - maven-jar-plugin - - - - org.jclouds.examples.compute.basics.MainApp - - - - - - maven-assembly-plugin - 2.2.1 - - - src/main/assembly/jar-with-dependencies.xml - - - - org.jclouds.examples.compute.basics.MainApp - - - bcprov-jdk16.jar - - - - - - make-assembly - package - - single - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.3 - - - copy - package - - copy - - - - - org.bouncycastle - bcprov-jdk16 - false - bcprov-jdk16.jar - - - ${project.build.directory} - false - true - - - - - - + + --> + + org.bouncycastle + bcprov-jdk16 + 1.46 + provided + + + org.jclouds.driver + jclouds-bouncycastle + 1.6.0 + + + + org.bouncycastle + bcprov-jdk16 + + + + + org.jclouds.driver + jclouds-sshj + 1.6.0 + + + org.jclouds.driver + jclouds-enterprise + 1.6.0 + + + ch.qos.logback + logback-classic + 1.0.9 + + + + ${project.artifactId} + + + maven-compiler-plugin + + ${project.build.sourceEncoding} + 1.6 + 1.6 + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.jclouds.examples.compute.basics.MainApp + + + + + + maven-assembly-plugin + 2.2.1 + + + src/main/assembly/jar-with-dependencies.xml + + + + org.jclouds.examples.compute.basics.MainApp + + + bcprov-jdk16.jar + + + + + + make-assembly + package + + single + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.3 + + + copy + package + + copy + + + + + org.bouncycastle + bcprov-jdk16 + false + bcprov-jdk16.jar + + + ${project.build.directory} + false + true + + + + + + diff --git a/ec2-computeservice-spot/pom.xml b/ec2-computeservice-spot/pom.xml index 13c8b3f..b0aef2b 100644 --- a/ec2-computeservice-spot/pom.xml +++ b/ec2-computeservice-spot/pom.xml @@ -2,81 +2,81 @@ - 4.0.0 - org.jclouds.examples - ec2-computeservice-spot - 1.0.0 - ec2-computeservice-spot - jclouds ec2 example that creates a spot instance using the ComputeService + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.jclouds.examples + ec2-computeservice-spot + 1.0.0 + ec2-computeservice-spot + jclouds ec2 example that creates a spot instance using the ComputeService - - - org.jclouds.provider - aws-ec2 - 1.1.0 - - + + + org.jclouds.provider + aws-ec2 + 1.1.0 + + - - ${project.artifactId} - + + ${project.artifactId} + - - org.apache.maven.plugins - maven-jar-plugin - - - - org.jclouds.examples.ec2.spot.MainApp - - - - + + org.apache.maven.plugins + maven-jar-plugin + + + + org.jclouds.examples.ec2.spot.MainApp + + + + - - maven-assembly-plugin - - - jar-with-dependencies - - - - org.jclouds.examples.ec2.spot.MainApp - - - - - - make-assembly - package - - single - - - - - + + maven-assembly-plugin + + + jar-with-dependencies + + + + org.jclouds.examples.ec2.spot.MainApp + + + + + + make-assembly + package + + single + + + + + - + diff --git a/ec2-createlamp/pom.xml b/ec2-createlamp/pom.xml index 4af644a..7c51301 100644 --- a/ec2-createlamp/pom.xml +++ b/ec2-createlamp/pom.xml @@ -2,80 +2,80 @@ - 4.0.0 - org.jclouds.examples - ec2-createlamp - 1.0.0 - ec2-createlamp - jclouds ec2 example that creates an instance and all you need to access it + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.jclouds.examples + ec2-createlamp + 1.0.0 + ec2-createlamp + jclouds ec2 example that creates an instance and all you need to access it - - - org.jclouds.provider - aws-ec2 - 1.5.0 - - - - ${project.artifactId} - + + + org.jclouds.provider + aws-ec2 + 1.5.0 + + + + ${project.artifactId} + - - org.apache.maven.plugins - maven-jar-plugin - - - - org.jclouds.examples.ec2.createlamp.MainApp - - - - + + org.apache.maven.plugins + maven-jar-plugin + + + + org.jclouds.examples.ec2.createlamp.MainApp + + + + - - maven-assembly-plugin - - - jar-with-dependencies - - - - org.jclouds.examples.ec2.createlamp.MainApp - - - - - - make-assembly - package - - single - - - - - + + maven-assembly-plugin + + + jar-with-dependencies + + + + org.jclouds.examples.ec2.createlamp.MainApp + + + + + + make-assembly + package + + single + + + + + - + diff --git a/ec2-windows/pom.xml b/ec2-windows/pom.xml index 1d7344c..c3b85ad 100644 --- a/ec2-windows/pom.xml +++ b/ec2-windows/pom.xml @@ -1,163 +1,163 @@ - 4.0.0 - org.jclouds.examples - ec2-windows - 1.0-SNAPSHOT - ec2-windows - jclouds compute example starts a Windows node and returns the Administrator password + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.jclouds.examples + ec2-windows + 1.0-SNAPSHOT + ec2-windows + jclouds compute example starts a Windows node and returns the Administrator password - - - org.jclouds - jclouds-compute - 1.5.0-beta.1 - - - org.jclouds.provider - aws-ec2 - 1.5.0-beta.1 - - - org.bouncycastle - bcprov-jdk16 - 1.46 - provided - - - org.jclouds.driver - jclouds-bouncycastle - 1.5.0-beta.1 - - - - org.bouncycastle - bcprov-jdk16 - - - - - org.jclouds.driver - jclouds-sshj - 1.5.0-beta.1 - - - org.jclouds.driver - jclouds-slf4j - 1.5.0-beta.1 - - - org.slf4j - slf4j-log4j12 - 1.6.1 - - - args4j - args4j - 2.0.16 - - - - ${project.artifactId} - - - maven-compiler-plugin - - ${project.build.sourceEncoding} - 1.6 - 1.6 - - - - org.apache.maven.plugins - maven-jar-plugin - - - - org.jclouds.examples.ec2.windows.MainApp - - - - - - maven-assembly-plugin - 2.2.1 - - - src/main/assembly/jar-with-dependencies.xml - - - - org.jclouds.examples.ec2.windows.MainApp - - - bcprov-jdk16.jar - - - - - - make-assembly - package - - single - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.3 - - - copy - package - - copy - - - - - org.bouncycastle - bcprov-jdk16 - false - bcprov-jdk16.jar - - - ${project.build.directory} - false - true - - - - - - + + + org.jclouds + jclouds-compute + 1.5.0-beta.1 + + + org.jclouds.provider + aws-ec2 + 1.5.0-beta.1 + + + org.bouncycastle + bcprov-jdk16 + 1.46 + provided + + + org.jclouds.driver + jclouds-bouncycastle + 1.5.0-beta.1 + + + + org.bouncycastle + bcprov-jdk16 + + + + + org.jclouds.driver + jclouds-sshj + 1.5.0-beta.1 + + + org.jclouds.driver + jclouds-slf4j + 1.5.0-beta.1 + + + org.slf4j + slf4j-log4j12 + 1.6.1 + + + args4j + args4j + 2.0.16 + + + + ${project.artifactId} + + + maven-compiler-plugin + + ${project.build.sourceEncoding} + 1.6 + 1.6 + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.jclouds.examples.ec2.windows.MainApp + + + + + + maven-assembly-plugin + 2.2.1 + + + src/main/assembly/jar-with-dependencies.xml + + + + org.jclouds.examples.ec2.windows.MainApp + + + bcprov-jdk16.jar + + + + + + make-assembly + package + + single + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.3 + + + copy + package + + copy + + + + + org.bouncycastle + bcprov-jdk16 + false + bcprov-jdk16.jar + + + ${project.build.directory} + false + true + + + + + + diff --git a/minecraft-compute/pom.xml b/minecraft-compute/pom.xml index 176858a..1c932c0 100644 --- a/minecraft-compute/pom.xml +++ b/minecraft-compute/pom.xml @@ -1,174 +1,174 @@ - 4.0.0 - org.jclouds.examples - minecraft-compute - 1.0-beta.6 - minecraft-compute - starts a minecraft server using the ComputeService api + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.jclouds.examples + minecraft-compute + 1.0-beta.6 + minecraft-compute + starts a minecraft server using the ComputeService api - - - org.jclouds - jclouds-compute - 1.6.0 - - - org.jclouds - jclouds-allcompute - 1.6.0 - - - org.jclouds.labs - joyentcloud - 1.6.0 - - - - - org.bouncycastle - bcprov-jdk16 - 1.46 - provided - - - org.jclouds.driver - jclouds-bouncycastle - 1.6.0 - - - - org.bouncycastle - bcprov-jdk16 - - - - - org.jclouds.driver - jclouds-sshj - 1.6.0 - - - org.jclouds.driver - jclouds-enterprise - 1.6.0 - - - ch.qos.logback - logback-classic - 1.0.0 - - - - ${project.artifactId} - - - maven-compiler-plugin - - ${project.build.sourceEncoding} - 1.6 - 1.6 - - - - org.apache.maven.plugins - maven-jar-plugin - - - - org.jclouds.examples.minecraft.MainApp - - - - - - maven-assembly-plugin - 2.3 - - - src/main/assembly/jar-with-dependencies.xml - - - - org.jclouds.examples.minecraft.MainApp - - - bcprov-jdk16.jar - - - - - - make-assembly - package - - single - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.4 - - - copy - package - - copy - - - - - org.bouncycastle - bcprov-jdk16 - false - bcprov-jdk16.jar - - - ${project.build.directory} - false - true - - - - - - + + --> + + org.bouncycastle + bcprov-jdk16 + 1.46 + provided + + + org.jclouds.driver + jclouds-bouncycastle + 1.6.0 + + + + org.bouncycastle + bcprov-jdk16 + + + + + org.jclouds.driver + jclouds-sshj + 1.6.0 + + + org.jclouds.driver + jclouds-enterprise + 1.6.0 + + + ch.qos.logback + logback-classic + 1.0.0 + + + + ${project.artifactId} + + + maven-compiler-plugin + + ${project.build.sourceEncoding} + 1.6 + 1.6 + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.jclouds.examples.minecraft.MainApp + + + + + + maven-assembly-plugin + 2.3 + + + src/main/assembly/jar-with-dependencies.xml + + + + org.jclouds.examples.minecraft.MainApp + + + bcprov-jdk16.jar + + + + + + make-assembly + package + + single + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.4 + + + copy + package + + copy + + + + + org.bouncycastle + bcprov-jdk16 + false + bcprov-jdk16.jar + + + ${project.build.directory} + false + true + + + + + +