This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-jspf.git
commit df83697c7f636295dd55fd50ab6c4c29506fdf97 Author: Benoit Tellier <btell...@linagora.com> AuthorDate: Thu Oct 27 17:00:44 2022 +0700 [UPGRADES] Drop failing maven plugins --- resolver/pom.xml | 48 ------------------------------------------------ tester/pom.xml | 41 ----------------------------------------- 2 files changed, 89 deletions(-) diff --git a/resolver/pom.xml b/resolver/pom.xml index 323bd69..2138ecb 100644 --- a/resolver/pom.xml +++ b/resolver/pom.xml @@ -75,54 +75,6 @@ <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <executions> - <execution> - <id>bundle-manifest</id> - <phase>process-classes</phase> - <goals> - <goal>manifest</goal> - </goals> - </execution> - </executions> - <extensions>true</extensions> - <configuration> - <instructions> - <!-- Exclude commons-cli in OSGI. See JSPF-90 --> - <!-- Mark dnsjnio packages as optional. See JSPF-89 --> - <Import-Package>!org.apache.commons.cli,uk.nominet.dnsjnio;resolution:=optional,*</Import-Package> - <Export-Package>org.apache.james.jspf.*</Export-Package> - </instructions> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> - <manifest> - <mainClass>org.apache.james.jspf.impl.SPFQuery</mainClass> - <packageName>org.apache.james.jspf</packageName> - <addClasspath>true</addClasspath> - </manifest> - <manifestEntries> - <Specification-Title>${project.name}</Specification-Title> - <Specification-Version>${project.version}</Specification-Version> - <Specification-Vendor>The Apache Software Foundation</Specification-Vendor> - <Implementation-Title>${project.name}</Implementation-Title> - <Implementation-Version>${project.version}</Implementation-Version> - <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor> - <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id> - <X-Compile-Source-JDK>${target.jdk}</X-Compile-Source-JDK> - <X-Compile-Target-JDK>${target.jdk}</X-Compile-Target-JDK> - <url>${project.url}</url> - </manifestEntries> - </archive> - </configuration> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> diff --git a/tester/pom.xml b/tester/pom.xml index b30766c..605f46f 100644 --- a/tester/pom.xml +++ b/tester/pom.xml @@ -64,47 +64,6 @@ <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <executions> - <execution> - <id>bundle-manifest</id> - <phase>process-classes</phase> - <goals> - <goal>manifest</goal> - </goals> - </execution> - </executions> - <extensions>true</extensions> - <configuration> - <instructions> - <Export-Package>org.apache.james.jspf.tester</Export-Package> - <Embed-Dependency>*;scope=runtime</Embed-Dependency> - </instructions> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> - <manifestEntries> - <Specification-Title>${project.name}</Specification-Title> - <Specification-Version>${project.version}</Specification-Version> - <Specification-Vendor>The Apache Software Foundation</Specification-Vendor> - <Implementation-Title>${project.name}</Implementation-Title> - <Implementation-Version>${project.version}</Implementation-Version> - <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor> - <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id> - <X-Compile-Source-JDK>${target.jdk}</X-Compile-Source-JDK> - <X-Compile-Target-JDK>${target.jdk}</X-Compile-Target-JDK> - <url>${project.url}</url> - </manifestEntries> - </archive> - </configuration> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org