From fbbc5896b95b4810d5836acc7762b56a825cc1a2 Mon Sep 17 00:00:00 2001 From: Alex Heneveld Date: Thu, 11 Mar 2021 11:05:54 +0000 Subject: [PATCH] remove mistaken .bak files and gitignore them --- .gitignore | 1 + java/pom.xml.bak | 704 ----------------------------------------------- pom.xml.bak | 91 ------ 3 files changed, 1 insertion(+), 795 deletions(-) delete mode 100644 java/pom.xml.bak delete mode 100644 pom.xml.bak diff --git a/.gitignore b/.gitignore index bdcc948..3ee3201 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ target *.log brooklyn*.log.* +*.bak diff --git a/java/pom.xml.bak b/java/pom.xml.bak deleted file mode 100644 index bb08eda..0000000 --- a/java/pom.xml.bak +++ /dev/null @@ -1,704 +0,0 @@ - - - - 4.0.0 - brooklyn-rest-client - jar - Brooklyn REST java Client - - Client library for Brooklyn REST interface - - - - org.apache.brooklyn - brooklyn-client - 1.1.0-SNAPSHOT - ../pom.xml - - - - 3.6.2.Final - - - - - org.apache.brooklyn - brooklyn-rest-api - ${project.version} - - - org.apache.brooklyn - brooklyn-api - ${project.version} - - - org.jboss.resteasy - resteasy-jaxrs - ${resteasy.version} - - - org.slf4j - slf4j-simple - - - - - org.jboss.resteasy - resteasy-jackson2-provider - ${resteasy.version} - - - org.slf4j - slf4j-simple - - - - - org.apache.brooklyn - brooklyn-utils-common - ${project.version} - - - org.apache.httpcomponents - httpclient - - - com.google.code.findbugs - jsr305 - - - com.google.guava - guava - - - org.slf4j - slf4j-api - - - com.google.code.gson - gson - - - org.testng - testng - test - - - org.eclipse.jetty - jetty-server - test - - - org.apache.brooklyn - brooklyn-core - ${project.version} - test - - - org.apache.brooklyn - brooklyn-core - ${project.version} - tests - test - - - org.apache.brooklyn - brooklyn-rest-server - ${project.version} - test - - - org.apache.brooklyn - brooklyn-rest-resources - ${project.version} - tests - test - - - org.apache.brooklyn - brooklyn-rest-server - ${project.version} - tests - test - - - org.apache.brooklyn - brooklyn-test-support - ${project.version} - test - - - com.google.mockwebserver - mockwebserver - test - - - - - - - org.apache.felix - maven-bundle-plugin - true - - - *,org.jboss.resteasy.client.core.marshallers - - - - - - - - - Documentation - - true - - - maven-project-info-reports-plugin - 2.4 - - - - index - modules - - - - - - maven-javadoc-plugin - 2.8 - - - http://download.oracle.com/javaee/6/api - - true - false - true - false - - - - todo - a - To-do: - - - - - - javadoc - - javadoc - - - - - - - - - Bundle - - - - ${basedir}/src - - - - - - org.apache.felix - maven-bundle-plugin - true - - - - bundle-manifest - process-classes - - manifest - - - - - - jar - - - - - brooklyn.*,org.apache.brooklyn.* - ${buildNumber} - ${scmBranch} - - - - - org.apache.maven.plugins - maven-jar-plugin - - - ${project.build.outputDirectory}/META-INF/MANIFEST.MF - - - - - - - - - Tests - - ${basedir}/src/test - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - listener - org.apache.brooklyn.test.support.LoggingVerboseReporter,org.apache.brooklyn.test.support.BrooklynLeakListener,org.apache.brooklyn.test.support.PlatformTestSelectorListener - - - true - ${includedTestGroups} - ${excludedTestGroups} - false - - -1 - ${project.build.directory}/cobertura/cobertura.ser - false - - true - false - - - - maven-jar-plugin - true - - - test-jar-creation - - test-jar - - - true - - - - - - - - - - Integration - - Integration - Acceptance,Live,WIP,Broken - - - - - maven-antrun-plugin - true - - - run-tests - - run - - integration-test - - - - - - - - Acceptance - - Acceptance - Integration,Live,WIP,Broken - - - - - maven-antrun-plugin - true - - - run-tests - - run - - integration-test - - - - - - - - Live - - Live - Acceptance,WIP,Broken - - - - - Live-sanity - - Live-sanity - Acceptance,WIP,Broken - - - - - CI - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - target/site - - - - process-classes - - findbugs - - - - - - maven-source-plugin - - - maven-pmd-plugin - 2.5 - true - - false - true - ${project.build.sourceEncoding} - 100 - ${java.version} - - **/*Test.java - **/tests/**/*.java - - - - - ${pom.basedir}/target/generated-sources/groovy-stubs/main - - - - - - process-classes - - check - cpd-check - - - - - - - - - Coverage - - - org.codehaus.mojo - cobertura-maven-plugin - ${cobertura.plugin.version} - test - - - - - - maven-source-plugin - - - maven-antrun-plugin - true - - - run-tests - - - instrument classes - - run - - process-test-classes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - coverage report - - run - - post-integration-test - - - - - - - - - - - - - - - - - - - - - - - - - ant-contrib - ant-contrib - 1.0b3 - - - ant - ant - - - - - org.apache.ant - ant-launcher - ${ant.version} - - - org.apache.ant - ant - ${ant.version} - - - org.testng - testng - ${testng.version} - - - org.codehaus.mojo - cobertura-maven-plugin - ${cobertura.plugin.version} - - - - - maven-dependency-plugin - - - unpack-coverage-sources - generate-sources - - unpack-dependencies - - - sources - compile - brooklyn - - ${project.build.directory}/cobertura/dependency-sources - - false - - - - unpack-coverage-classes - compile - - unpack-dependencies - - - jar - compile - brooklyn - - ${project.build.directory}/cobertura/dependency-classes - - - - - - - maven-surefire-plugin - ${surefire.version} - true - - xml - ${project.build.directory}/cobertura/coverage-classes - - - net.sourceforge.cobertura.datafile - ${project.build.directory}/cobertura/cobertura.ser - - - - cobertura.user.java.nio - false - - - - - - maven-jar-plugin - - - test-jar-creation - - true - - - - - - maven-deploy-plugin - - true - - - - - - - - - make-sources-jar - !skipSources - - maven-source-plugin - - - - - - make-javadoc-jar - javadoc - - maven-javadoc-plugin - - - - - - make-more-things-when-deploying - brooklyn.deployTo - - - maven-javadoc-plugin - - - maven-gpg-plugin - - - - - apache-repo - brooklyn.deployToapache - - - - eclipse-compiler - - - - - org.apache.maven.plugins - maven-compiler-plugin - - eclipse - true - - - - org.codehaus.plexus - plexus-compiler-eclipse - 2.6 - - - - - - - - - - diff --git a/pom.xml.bak b/pom.xml.bak deleted file mode 100644 index 769eb41..0000000 --- a/pom.xml.bak +++ /dev/null @@ -1,91 +0,0 @@ - - - - - 4.0.0 - - org.apache.brooklyn - brooklyn-parent - 1.1.0-SNAPSHOT - ../brooklyn-server/parent/ - - - brooklyn-client - pom - - Brooklyn Client - - Brooklyn Client project root, serving as the ancestor POM for all projects -- - declaring versions, profiles, and the modules to build - - - - scm:git:https://git-wip-us.apache.org/repos/asf/brooklyn-client.git - scm:git:https://git-wip-us.apache.org/repos/asf/brooklyn-client.git - https://git-wip-us.apache.org/repos/asf?p=brooklyn-client.git - HEAD - - - - JIRA - https://issues.apache.org/jira/browse/BROOKLYN - - - - Jenkins - https://builds.apache.org/view/Brooklyn/job/brooklyn-client-master/ - - - - - Brooklyn Developer List - dev-subscribe@brooklyn.apache.org - dev-unsubscribe@brooklyn.apache.org - dev@brooklyn.apache.org - - http://mail-archives.apache.org/mod_mbox/brooklyn-dev/ - - - - - - - - apache.snapshots - Apache Snapshot Repository - http://repository.apache.org/snapshots - - false - - - - - - cli - java - - -