This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-redback-components-expression-evaluator.git
commit d4f35b8507306dcd5070d389ef8461f312b11a8e Author: olivier lamy <[email protected]> AuthorDate: Mon Dec 31 08:51:56 2018 +1000 sinplify Jenkinsfile Signed-off-by: olivier lamy <[email protected]> --- Jenkinsfile | 2 +- pom.xml | 40 ---------------------------------------- 2 files changed, 1 insertion(+), 41 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 567e27c..5f264a1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfStandardBuild cmdline:"clean deploy" +asfStandardBuild() diff --git a/pom.xml b/pom.xml index 614449f..ffc4f76 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,6 @@ <version>2.2-SNAPSHOT</version> <artifactId>expression-evaluator</artifactId> - <packaging>bundle</packaging> <name>Expression Evaluator Components</name> <properties> @@ -53,43 +52,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <configuration> - <instructions> - <Export-Package> - org.apache.archiva.redback.components.evaluator*;version=${project.version};-split-package:=merge-first - </Export-Package> - <Import-Package> - org.codehaus.plexus.util;version="[1.5,2)", - org.slf4j;resolution:=optional - </Import-Package> - </instructions> - </configuration> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jxr-plugin</artifactId> - <reportSets> - <reportSet> - <id>aggregate</id> - <inherited>false</inherited> - <reports> - <report>aggregate</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> - - </project>
