JCLOUDS-30. Switch to 2 space indents for POM files.
Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/commit/abdc6561 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/tree/abdc6561 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/diff/abdc6561 Branch: refs/heads/master Commit: abdc65612ff817d117c0a0c30893338802e6ee04 Parents: 670dfa7 Author: Andrew Bayer <[email protected]> Authored: Mon May 13 10:46:01 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Mon May 13 10:46:01 2013 -0700 ---------------------------------------------------------------------- google-compute-engine/pom.xml | 240 ++++++++++++++++---------------- oauth/pom.xml | 214 ++++++++++++++-------------- pom.xml | 276 ++++++++++++++++++------------------ 3 files changed, 365 insertions(+), 365 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/abdc6561/google-compute-engine/pom.xml ---------------------------------------------------------------------- diff --git a/google-compute-engine/pom.xml b/google-compute-engine/pom.xml index 230e3b3..7760791 100644 --- a/google-compute-engine/pom.xml +++ b/google-compute-engine/pom.xml @@ -1,128 +1,128 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - ~ Licensed to jclouds, Inc. (jclouds) under one or more - ~ contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. jclouds 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. - --> +~ Licensed to jclouds, Inc. (jclouds) under one or more +~ contributor license agreements. See the NOTICE file +~ distributed with this work for additional information +~ regarding copyright ownership. jclouds 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.jclouds.labs</groupId> - <artifactId>jclouds-labs-google</artifactId> - <version>1.7.0-SNAPSHOT</version> - </parent> - - <!-- TODO: when out of labs, switch to org.jclouds.provider --> + <modelVersion>4.0.0</modelVersion> + <parent> <groupId>org.apache.jclouds.labs</groupId> - <artifactId>google-compute-engine</artifactId> - <name>jclouds Google Compute Engine provider</name> - <description>jclouds components to access GoogleCompute</description> + <artifactId>jclouds-labs-google</artifactId> + <version>1.7.0-SNAPSHOT</version> + </parent> + + <!-- TODO: when out of labs, switch to org.jclouds.provider --> + <groupId>org.apache.jclouds.labs</groupId> + <artifactId>google-compute-engine</artifactId> + <name>jclouds Google Compute Engine provider</name> + <description>jclouds components to access GoogleCompute</description> - <properties> - <test.google-compute-engine.identity>Email associated with the Google API client_id</test.google-compute-engine.identity> - <test.google-compute-engine.credential>Private key (PKCS12 file) associated with the Google API client_id</test.google-compute-engine.credential> - <test.google-compute-engine.api-version>v1beta13</test.google-compute-engine.api-version> - <test.google-compute-engine.build-version /> - </properties> + <properties> + <test.google-compute-engine.identity>Email associated with the Google API client_id</test.google-compute-engine.identity> + <test.google-compute-engine.credential>Private key (PKCS12 file) associated with the Google API client_id</test.google-compute-engine.credential> + <test.google-compute-engine.api-version>v1beta13</test.google-compute-engine.api-version> + <test.google-compute-engine.build-version /> + </properties> - <dependencies> - <dependency> - <groupId>org.apache.jclouds</groupId> - <artifactId>jclouds-core</artifactId> - <version>${jclouds.version}</version> - </dependency> - <dependency> - <groupId>org.apache.jclouds.labs</groupId> - <artifactId>oauth</artifactId> - <version>${project.version}</version> - <type>jar</type> - </dependency> - <dependency> - <groupId>org.apache.jclouds.labs</groupId> - <artifactId>oauth</artifactId> - <version>${project.version}</version> - <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.jclouds</groupId> - <artifactId>jclouds-compute</artifactId> - <version>${jclouds.version}</version> - </dependency> - <dependency> - <groupId>org.apache.jclouds</groupId> - <artifactId>jclouds-compute</artifactId> - <version>${jclouds.version}</version> - <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.jclouds</groupId> - <artifactId>jclouds-core</artifactId> - <version>${jclouds.version}</version> - <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.jclouds.driver</groupId> - <artifactId>jclouds-slf4j</artifactId> - <version>${jclouds.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.jclouds.driver</groupId> - <artifactId>jclouds-sshj</artifactId> - <version>${jclouds.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <scope>test</scope> - </dependency> - </dependencies> - <profiles> - <profile> - <id>live</id> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <executions> - <execution> - <id>integration</id> - <phase>integration-test</phase> - <goals> - <goal>test</goal> - </goals> - <configuration> - <systemPropertyVariables> - <test.google-compute-engine.identity>${test.google-compute-engine.identity}</test.google-compute-engine.identity> - <test.google-compute-engine.credential>${test.google-compute-engine.credential}</test.google-compute-engine.credential> - <test.google-compute-engine.api-version>${test.google-compute-engine.api-version}</test.google-compute-engine.api-version> - <test.google-compute-engine.build-version>${test.google-compute-engine.build-version}</test.google-compute-engine.build-version> - </systemPropertyVariables> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> + <dependencies> + <dependency> + <groupId>org.apache.jclouds</groupId> + <artifactId>jclouds-core</artifactId> + <version>${jclouds.version}</version> + </dependency> + <dependency> + <groupId>org.apache.jclouds.labs</groupId> + <artifactId>oauth</artifactId> + <version>${project.version}</version> + <type>jar</type> + </dependency> + <dependency> + <groupId>org.apache.jclouds.labs</groupId> + <artifactId>oauth</artifactId> + <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.jclouds</groupId> + <artifactId>jclouds-compute</artifactId> + <version>${jclouds.version}</version> + </dependency> + <dependency> + <groupId>org.apache.jclouds</groupId> + <artifactId>jclouds-compute</artifactId> + <version>${jclouds.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.jclouds</groupId> + <artifactId>jclouds-core</artifactId> + <version>${jclouds.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.jclouds.driver</groupId> + <artifactId>jclouds-slf4j</artifactId> + <version>${jclouds.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.jclouds.driver</groupId> + <artifactId>jclouds-sshj</artifactId> + <version>${jclouds.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <scope>test</scope> + </dependency> + </dependencies> + <profiles> + <profile> + <id>live</id> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <executions> + <execution> + <id>integration</id> + <phase>integration-test</phase> + <goals> + <goal>test</goal> + </goals> + <configuration> + <systemPropertyVariables> + <test.google-compute-engine.identity>${test.google-compute-engine.identity}</test.google-compute-engine.identity> + <test.google-compute-engine.credential>${test.google-compute-engine.credential}</test.google-compute-engine.credential> + <test.google-compute-engine.api-version>${test.google-compute-engine.api-version}</test.google-compute-engine.api-version> + <test.google-compute-engine.build-version>${test.google-compute-engine.build-version}</test.google-compute-engine.build-version> + </systemPropertyVariables> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + </profiles> </project> http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/abdc6561/oauth/pom.xml ---------------------------------------------------------------------- diff --git a/oauth/pom.xml b/oauth/pom.xml index 74503fc..8d32646 100644 --- a/oauth/pom.xml +++ b/oauth/pom.xml @@ -1,122 +1,122 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Licensed to jclouds, Inc. (jclouds) under one or more - contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. jclouds 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 jclouds, Inc. (jclouds) under one or more +contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. jclouds 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 +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. +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.jclouds.labs</groupId> - <artifactId>jclouds-labs-google</artifactId> - <version>1.7.0-SNAPSHOT</version> - </parent> - - <!-- TODO: when out of labs, switch to org.jclouds.api --> + <modelVersion>4.0.0</modelVersion> + <parent> <groupId>org.apache.jclouds.labs</groupId> - <artifactId>oauth</artifactId> - <name>jclouds OAuth core</name> - <description>jclouds components to access OAuth</description> + <artifactId>jclouds-labs-google</artifactId> + <version>1.7.0-SNAPSHOT</version> + </parent> + + <!-- TODO: when out of labs, switch to org.jclouds.api --> + <groupId>org.apache.jclouds.labs</groupId> + <artifactId>oauth</artifactId> + <name>jclouds OAuth core</name> + <description>jclouds components to access OAuth</description> - <properties> - <test.oauth.identity>FIX_ME</test.oauth.identity> - <test.oauth.credential>FIX_ME</test.oauth.credential> - <test.oauth.endpoint>FIX_ME</test.oauth.endpoint> - <test.jclouds.oauth.signature-or-mac-algorithm>FIX_ME</test.jclouds.oauth.signature-or-mac-algorithm> - <test.jclouds.oauth.audience>FIX_ME</test.jclouds.oauth.audience> - <test.jclouds.oauth.scopes>FIX_ME</test.jclouds.oauth.scopes> - <test.oauth.api-version>2</test.oauth.api-version> - <test.oauth.build-version /> - </properties> + <properties> + <test.oauth.identity>FIX_ME</test.oauth.identity> + <test.oauth.credential>FIX_ME</test.oauth.credential> + <test.oauth.endpoint>FIX_ME</test.oauth.endpoint> + <test.jclouds.oauth.signature-or-mac-algorithm>FIX_ME</test.jclouds.oauth.signature-or-mac-algorithm> + <test.jclouds.oauth.audience>FIX_ME</test.jclouds.oauth.audience> + <test.jclouds.oauth.scopes>FIX_ME</test.jclouds.oauth.scopes> + <test.oauth.api-version>2</test.oauth.api-version> + <test.oauth.build-version /> + </properties> - <dependencies> - <dependency> - <groupId>org.apache.jclouds</groupId> - <artifactId>jclouds-core</artifactId> - <version>${jclouds.version}</version> - </dependency> - <dependency> - <groupId>org.apache.jclouds</groupId> - <artifactId>jclouds-core</artifactId> - <version>${jclouds.version}</version> - <type>test-jar</type> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.jclouds.driver</groupId> - <artifactId>jclouds-slf4j</artifactId> - <version>${jclouds.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>ch.qos.logback</groupId> - <artifactId>logback-classic</artifactId> - <scope>test</scope> - </dependency> - </dependencies> + <dependencies> + <dependency> + <groupId>org.apache.jclouds</groupId> + <artifactId>jclouds-core</artifactId> + <version>${jclouds.version}</version> + </dependency> + <dependency> + <groupId>org.apache.jclouds</groupId> + <artifactId>jclouds-core</artifactId> + <version>${jclouds.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.jclouds.driver</groupId> + <artifactId>jclouds-slf4j</artifactId> + <version>${jclouds.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <scope>test</scope> + </dependency> + </dependencies> - <build> + <build> + <plugins> + <plugin> + <artifactId>maven-jar-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <profiles> + <profile> + <id>live</id> + <build> <plugins> - <plugin> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <executions> + <execution> + <id>integration</id> + <phase>integration-test</phase> + <goals> + <goal>test</goal> + </goals> + <configuration> + <systemPropertyVariables> + <test.oauth.identity>${test.oauth.identity}</test.oauth.identity> + <test.oauth.credential>${test.oauth.credential}</test.oauth.credential> + <test.oauth.endpoint>${test.oauth.endpoint}</test.oauth.endpoint> + <test.oauth.api-version>${test.oauth.api-version}</test.oauth.api-version> + <test.oauth.build-version>${test.oauth.build-version}</test.oauth.build-version> + <test.jclouds.oauth.signature-or-mac-algorithm>${test.jclouds.oauth.signature-or-mac-algorithm>}</test.jclouds.oauth.signature-or-mac-algorithm> + <test.jclouds.oauth.audience>${test.jclouds.oauth.audience}</test.jclouds.oauth.audience> + <test.jclouds.oauth.scopes>${test.jclouds.oauth.scopes}</test.jclouds.oauth.scopes> + </systemPropertyVariables> + </configuration> + </execution> + </executions> + </plugin> </plugins> - </build> - - <profiles> - <profile> - <id>live</id> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <executions> - <execution> - <id>integration</id> - <phase>integration-test</phase> - <goals> - <goal>test</goal> - </goals> - <configuration> - <systemPropertyVariables> - <test.oauth.identity>${test.oauth.identity}</test.oauth.identity> - <test.oauth.credential>${test.oauth.credential}</test.oauth.credential> - <test.oauth.endpoint>${test.oauth.endpoint}</test.oauth.endpoint> - <test.oauth.api-version>${test.oauth.api-version}</test.oauth.api-version> - <test.oauth.build-version>${test.oauth.build-version}</test.oauth.build-version> - <test.jclouds.oauth.signature-or-mac-algorithm>${test.jclouds.oauth.signature-or-mac-algorithm>}</test.jclouds.oauth.signature-or-mac-algorithm> - <test.jclouds.oauth.audience>${test.jclouds.oauth.audience}</test.jclouds.oauth.audience> - <test.jclouds.oauth.scopes>${test.jclouds.oauth.scopes}</test.jclouds.oauth.scopes> - </systemPropertyVariables> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> + </build> + </profile> + </profiles> </project> http://git-wip-us.apache.org/repos/asf/incubator-jclouds-labs-google/blob/abdc6561/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2b2a916..aab9e4d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,163 +1,163 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Licensed to jclouds, Inc. (jclouds) under one or more - contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. jclouds 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 jclouds, Inc. (jclouds) under one or more +contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. jclouds 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 +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. +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.jclouds</groupId> - <artifactId>jclouds-project</artifactId> - <version>1.7.0-SNAPSHOT</version> - </parent> - <groupId>org.apache.jclouds.labs</groupId> - <artifactId>jclouds-labs-google</artifactId> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.jclouds</groupId> + <artifactId>jclouds-project</artifactId> <version>1.7.0-SNAPSHOT</version> - <packaging>pom</packaging> - <name>jclouds labs google</name> + </parent> + <groupId>org.apache.jclouds.labs</groupId> + <artifactId>jclouds-labs-google</artifactId> + <version>1.7.0-SNAPSHOT</version> + <packaging>pom</packaging> + <name>jclouds labs google</name> - <scm> - <connection>scm:git:git://github.com/jclouds/jclouds-labs-google.git</connection> - <developerConnection>scm:git:ssh://[email protected]/jclouds/jclouds-labs-google.git</developerConnection> - <url>https://github.com/jclouds/jclouds-labs-google</url> - <tag>HEAD</tag> - </scm> + <scm> + <connection>scm:git:git://github.com/jclouds/jclouds-labs-google.git</connection> + <developerConnection>scm:git:ssh://[email protected]/jclouds/jclouds-labs-google.git</developerConnection> + <url>https://github.com/jclouds/jclouds-labs-google</url> + <tag>HEAD</tag> + </scm> - <properties> - <jclouds.version>1.7.0-SNAPSHOT</jclouds.version> - </properties> + <properties> + <jclouds.version>1.7.0-SNAPSHOT</jclouds.version> + </properties> - <repositories> - <repository> - <id>apache-snapshots</id> - <url>https://repository.apache.org/content/repositories/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - <repository> - <id>sonatype-nexus-snapshots</id> - <url>https://oss.sonatype.org/content/repositories/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - </repositories> + <repositories> + <repository> + <id>apache-snapshots</id> + <url>https://repository.apache.org/content/repositories/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + <repository> + <id>sonatype-nexus-snapshots</id> + <url>https://oss.sonatype.org/content/repositories/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + </repositories> - <modules> - <module>oauth</module> - <module>google-compute-engine</module> - </modules> + <modules> + <module>oauth</module> + <module>google-compute-engine</module> + </modules> - <build> + <build> + <plugins> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <version>0.8</version> + <inherited>false</inherited> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>check</goal> + </goals> + </execution> + </executions> + <configuration> + <excludes> + <exclude>**/BUILD.txt</exclude> + <exclude>**/CHANGES.txt</exclude> + <exclude>**/NOTICE-src.txt</exclude> + <exclude>**/README.md</exclude> + <exclude>.git/**</exclude> + <exclude>**/.gitignore</exclude> + <exclude>**/*.json</exclude> + <exclude>**/*.log*</exclude> + <exclude>**/TODO</exclude> + <exclude>.mailmap</exclude> + <exclude>.idea/**</exclude> + <exclude>**/*.iml</exclude> + <exclude>**/.project</exclude> + <exclude>**/.classpath</exclude> + <exclude>**/.settings/**</exclude> + <exclude>**/.checkstyle</exclude> + <exclude>**/target/**</exclude> + <exclude>.repository/**</exclude> + <!-- binary --> + </excludes> + </configuration> + </plugin> + <plugin> + <groupId>com.mycila.maven-license-plugin</groupId> + <artifactId>maven-license-plugin</artifactId> + <version>1.9.0</version> + <configuration> + <strictCheck>true</strictCheck> + <encoding>${sourceEncoding}</encoding> + <aggregate>true</aggregate> + <header>project/src/etc/header.txt</header> + <mapping> + <clj>SEMICOLON_STYLE</clj> + </mapping> + <excludes> + <exclude>**/src/**/resources/**</exclude> + <exclude>**/LICENSE.txt</exclude> + <exclude>**/NOTICE.txt</exclude> + <exclude>**/README.md</exclude> + <exclude>**/README.txt</exclude> + <exclude>**/header.txt</exclude> + </excludes> + <properties> + <year>2011</year> + <copyrightHolder>jclouds, Inc.</copyrightHolder> + </properties> + </configuration> + </plugin> + </plugins> + </build> + + <profiles> + <profile> + <id>doc</id> + <build> <plugins> <plugin> - <groupId>org.apache.rat</groupId> - <artifactId>apache-rat-plugin</artifactId> - <version>0.8</version> - <inherited>false</inherited> + <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> + <id>javadoc</id> <phase>package</phase> <goals> - <goal>check</goal> + <goal>aggregate-jar</goal> </goals> - </execution> + </execution> </executions> - <configuration> - <excludes> - <exclude>**/BUILD.txt</exclude> - <exclude>**/CHANGES.txt</exclude> - <exclude>**/NOTICE-src.txt</exclude> - <exclude>**/README.md</exclude> - <exclude>.git/**</exclude> - <exclude>**/.gitignore</exclude> - <exclude>**/*.json</exclude> - <exclude>**/*.log*</exclude> - <exclude>**/TODO</exclude> - <exclude>.mailmap</exclude> - <exclude>.idea/**</exclude> - <exclude>**/*.iml</exclude> - <exclude>**/.project</exclude> - <exclude>**/.classpath</exclude> - <exclude>**/.settings/**</exclude> - <exclude>**/.checkstyle</exclude> - <exclude>**/target/**</exclude> - <exclude>.repository/**</exclude> - <!-- binary --> - </excludes> - </configuration> </plugin> - <plugin> - <groupId>com.mycila.maven-license-plugin</groupId> - <artifactId>maven-license-plugin</artifactId> - <version>1.9.0</version> - <configuration> - <strictCheck>true</strictCheck> - <encoding>${sourceEncoding}</encoding> - <aggregate>true</aggregate> - <header>project/src/etc/header.txt</header> - <mapping> - <clj>SEMICOLON_STYLE</clj> - </mapping> - <excludes> - <exclude>**/src/**/resources/**</exclude> - <exclude>**/LICENSE.txt</exclude> - <exclude>**/NOTICE.txt</exclude> - <exclude>**/README.md</exclude> - <exclude>**/README.txt</exclude> - <exclude>**/header.txt</exclude> - </excludes> - <properties> - <year>2011</year> - <copyrightHolder>jclouds, Inc.</copyrightHolder> - </properties> - </configuration> - </plugin> </plugins> - </build> - - <profiles> - <profile> - <id>doc</id> - <build> - <plugins> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <executions> - <execution> - <id>javadoc</id> - <phase>package</phase> - <goals> - <goal>aggregate-jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> + </build> + </profile> + </profiles> </project>
