diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8af6c5e..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -maven-eclipse-plugin-2.8.tgz -maven-eclipse-plugin-2.8-source-release.zip -/maven-eclipse-plugin-2.9-source-release.zip diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/maven-eclipse-plugin-compat.patch b/maven-eclipse-plugin-compat.patch deleted file mode 100644 index 3acbb26..0000000 --- a/maven-eclipse-plugin-compat.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/pom.xml b/pom.xml -index 3501c0d..0c31661 100644 ---- a/pom.xml -+++ b/pom.xml -@@ -34,6 +34,11 @@ - - - org.apache.maven -+ maven-compat -+ ${mavenVersion} -+ -+ -+ org.apache.maven - maven-project - ${mavenVersion} - diff --git a/maven-eclipse-plugin-exception.patch b/maven-eclipse-plugin-exception.patch deleted file mode 100644 index a0db013..0000000 --- a/maven-eclipse-plugin-exception.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff --git a/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java b/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java -index fcab66c..87782cb 100644 ---- a/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java -+++ b/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java -@@ -545,9 +545,6 @@ public abstract class AbstractIdeSupportMojo - - ArtifactResolutionResult artifactResolutionResult = null; - -- try -- { -- - List listeners = new ArrayList(); - - if ( logger.isDebugEnabled() ) -@@ -561,21 +558,6 @@ public abstract class AbstractIdeSupportMojo - artifactCollector.collect( getProjectArtifacts(), project.getArtifact(), managedVersions, - localRepo, project.getRemoteArtifactRepositories(), - getArtifactMetadataSource(), null, listeners ); -- } -- catch ( ArtifactResolutionException e ) -- { -- getLog().debug( e.getMessage(), e ); -- getLog().error( -- Messages.getString( "AbstractIdeSupportMojo.artifactresolution", new Object[] { //$NON-NLS-1$ -- e.getGroupId(), e.getArtifactId(), e.getVersion(), -- e.getMessage() } ) ); -- -- // if we are here artifactResolutionResult is null, create a project without dependencies but -- // don't fail -- // (this could be a reactor projects, we don't want to fail everything) -- // Causes MECLIPSE-185. Not sure if it should be handled this way?? -- return new IdeDependency[0]; -- } - - // keep track of added reactor projects in order to avoid duplicates - Set emittedReactorProjectId = new HashSet(); diff --git a/maven-eclipse-plugin-ioexception.patch b/maven-eclipse-plugin-ioexception.patch deleted file mode 100644 index c56b62c..0000000 --- a/maven-eclipse-plugin-ioexception.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/src/main/java/org/apache/maven/plugin/eclipse/InstallPluginsMojo.java b/src/main/java/org/apache/maven/plugin/eclipse/InstallPluginsMojo.java -index d2a543a..4a15a45 100644 ---- a/src/main/java/org/apache/maven/plugin/eclipse/InstallPluginsMojo.java -+++ b/src/main/java/org/apache/maven/plugin/eclipse/InstallPluginsMojo.java -@@ -407,10 +407,6 @@ public class InstallPluginsMojo - { - throw new MojoExecutionException( "Could not extract: " + artifactFile, e ); - } -- catch ( IOException e ) -- { -- throw new MojoExecutionException( "Could not extract: " + artifactFile, e ); -- } - } - } - diff --git a/maven-eclipse-plugin.spec b/maven-eclipse-plugin.spec deleted file mode 100644 index 2d5b6fd..0000000 --- a/maven-eclipse-plugin.spec +++ /dev/null @@ -1,193 +0,0 @@ -# Eclipse does not yet export virtual maven provides, so filter out the requires -%global __requires_exclude mvn\\(org\\.eclipse\\.core:resources\\) - -Name: maven-eclipse-plugin -Version: 2.9 -Release: 23%{?dist} -Summary: Maven Eclipse Plugin - -License: ASL 2.0 -URL: http://maven.apache.org/plugins/maven-eclipse-plugin/ -Source0: http://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip -Patch0: %{name}-compat.patch -Patch1: %{name}-exception.patch -Patch2: %{name}-ioexception.patch - -%if 0%{?rhel} >= 6 -ExclusiveArch: %{ix86} x86_64 -%else -BuildArch: noarch -%endif -# FIXME: debugsourcefiles.list is empty, work around it -%if 0%{?rhel} > 7 -%global debug_package %{nil} -%endif - -# Maven and its dependencies -BuildRequires: maven-local -BuildRequires: maven-enforcer-plugin -BuildRequires: maven-plugins-pom -BuildRequires: maven-test-tools -BuildRequires: maven-plugin-testing-tools -BuildRequires: maven-osgi -# Others -BuildRequires: apache-commons-io -BuildRequires: xmlunit -BuildRequires: eclipse-platform -BuildRequires: plexus-resources -BuildRequires: plexus-interactivity-jline -BuildRequires: bsf -BuildRequires: jaxen -BuildRequires: jdom -BuildRequires: dom4j -BuildRequires: xom -BuildRequires: saxpath - -%description -The Eclipse Plugin is used to generate Eclipse IDE files (.project, .classpath -and the .settings folder) from a POM. - -%package javadoc -Summary: Javadoc for %{name} - -%description javadoc -API documentation for %{name}. - - -%prep -%setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 - -sed -i -e "s|3.3.0-v20070604|3.7.100.v20110510-0712|g" pom.xml - -sed -i 's/aQute\.lib\.osgi/aQute.bnd.osgi/g' src/main/java/org/apache/maven/plugin/eclipse/EclipseToMavenMojo.java - -# Remove easymock dependency (tests are skipped) -%pom_remove_dep easymock: - -%build -# Create a local repo for the eclipse dependency because eclipse -# does not yet export virtual mvn provides or ship pom files -export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository -CORE_FAKE_VERSION="3.7.100.v20110510-0712" -CORE_PLUGIN_DIR=$MAVEN_REPO_LOCAL/org/eclipse/core/resources/$CORE_FAKE_VERSION - -mkdir -p $CORE_PLUGIN_DIR -plugin_file=`ls /usr/lib{,64}/eclipse/plugins/org.eclipse.core.resources_*jar || :` - -ln -s "$plugin_file" $CORE_PLUGIN_DIR/resources-$CORE_FAKE_VERSION.jar - -%pom_xpath_inject "pom:dependencies/pom:dependency[pom:groupId[text()='org.eclipse.core']]" "provided" - -# Skip tests because they do not compile -%mvn_build -- -Dmaven.test.skip=true -Dmaven.repo.local=$MAVEN_REPO_LOCAL - -%install -%mvn_install - -%files -f .mfiles -%doc LICENSE NOTICE DEPENDENCIES README-testing.txt - -%files javadoc -f .mfiles-javadoc -%doc LICENSE NOTICE - -%changelog -* Thu Jul 25 2019 Fedora Release Engineering - 2.9-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Feb 01 2019 Fedora Release Engineering - 2.9-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 2.9-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Feb 13 2018 Karsten Hopp - 2.9-20 -- drop duplicate file listings, already in .mfiles - -* Thu Feb 08 2018 Fedora Release Engineering - 2.9-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 2.9-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 2.9-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Thu Dec 15 2016 Merlin Mathesius - 2.9-16 -- Add missing BuildRequires to fix FTBFS (BZ#1405157). - -* Thu Feb 04 2016 Fedora Release Engineering - 2.9-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Thu Jul 16 2015 Michael Simacek - 2.9-14 -- Build against aqute-bnd-2.4.1 - -* Wed Jun 17 2015 Fedora Release Engineering - 2.9-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Tue Feb 10 2015 Mat Booth - 2.9-12 -- Fix FTBFS caused by missing BRs -- Drop ancient maven2-* provides/obsoletes -- Fix dir ownership - -* Sat Jun 07 2014 Fedora Release Engineering - 2.9-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Tue Mar 04 2014 Stanislav Ochotnicky - 2.9-10 -- Use Requires: java-headless rebuild (#1067528) - -* Thu Aug 29 2013 Mikolaj Izdebski - 2.9-9 -- Don't use %%_libdir in noarch package - -* Thu Aug 29 2013 Mikolaj Izdebski - 2.9-8 -- Remove dependency on easymock -- Resolves: rhbz#1002477 - -* Sun Aug 18 2013 Mat Booth - 2.9-7 -- Update for newer guidelines rhbz #992186 -- Install license files - -* Sat Aug 03 2013 Fedora Release Engineering - 2.9-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Thu Feb 28 2013 Weinan Li - 2.9-5 -- Remove unneeded dependencies on maven-doxia - -* Thu Feb 14 2013 Fedora Release Engineering - 2.9-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Feb 06 2013 Java SIG - 2.9-3 -- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild -- Replace maven BuildRequires with maven-local - -* Thu Jul 19 2012 Fedora Release Engineering - 2.9-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Tue Mar 06 2012 Tomas Radej - 2.9-1 -- Updated to the upstream version - -* Fri Jan 13 2012 Fedora Release Engineering - 2.8-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Fri Dec 9 2011 Alexander Kurtakov 2.8-7 -- Add exclusive arch for rhel. - -* Mon Dec 5 2011 Alexander Kurtakov 2.8-6 -- Fix build in pure maven 3 environment. - -* Fri Jun 17 2011 Alexander Kurtakov 2.8-5 -- Build with maven 3.x. - -* Tue Feb 08 2011 Fedora Release Engineering - 2.8-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Sep 09 2010 Weinan Li - 2.8-3 -- Remove version from BR eclipse-platform - -* Fri Jun 25 2010 Stanislav Ochotnicky - 2.8-2 -- Update R/BRs, make eclipse.core.resources path dynamic - -* Fri Jun 11 2010 Weinan Li - 2.8-1 -- Initial Package diff --git a/sources b/sources deleted file mode 100644 index 2302f76..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -bdfc2f32efbbed7b8b1466c8c1870bf4 maven-eclipse-plugin-2.9-source-release.zip