Projects
Mega:23.09
sisu-mojos
Sign Up
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
_service:tar_scm:sisu-mojos.spec
Changed
@@ -1,6 +1,6 @@ Name: sisu-mojos -Version: 0.3.1 -Release: 2 +Version: 0.3.4 +Release: 1 Summary: Sisu plugin for Apache Maven License: EPL-1.0 URL: http://www.eclipse.org/sisu @@ -24,9 +24,10 @@ This package contains %{summary}. %prep -%setup -q -c -mv org.eclipse.sisu.mojos-releases/%{version}/* . +%setup -q -n sisu.mojos-releases-%{version} +%pom_remove_parent %pom_remove_plugin :animal-sniffer-maven-plugin + %mvn_alias : org.sonatype.plugins: %build @@ -43,6 +44,9 @@ %doc LICENSE.txt %changelog +* Wed Sep 27 2023 wulei <wu_lei@hoperun.com> - 0.3.4-1 +- Update to 0.3.4 + * Tue Nov 22 2022 wulei <wulei80@h-partners.com> - 0.3.1-2 - Modifying the source code package
View file
_service
Changed
@@ -2,7 +2,7 @@ <service name="tar_scm"> <param name="url">git@gitee.com:src-openeuler/sisu-mojos.git</param> <param name="scm">git</param> - <param name="revision">openEuler-23.09</param> + <param name="revision">master</param> <param name="exclude">*</param> <param name="extract">*</param> </service>
View file
_service:tar_scm:0.3.1.tar.gz/0.3.1
Deleted
-(directory)
View file
_service:tar_scm:0.3.1.tar.gz/0.3.1/pom.xml
Deleted
@@ -1,355 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!-- - ~ Copyright (c) 2010, 2015 Sonatype, Inc. - ~ All rights reserved. This program and the accompanying materials - ~ are made available under the terms of the Eclipse Public License v1.0 - ~ which accompanies this distribution, and is available at - ~ http://www.eclipse.org/legal/epl-v10.html - ~ - ~ Contributors: - ~ Stuart McCulloch (Sonatype, Inc.) - initial API and implementation ---> - -<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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.sonatype.oss</groupId> - <artifactId>oss-parent</artifactId> - <version>9</version> - </parent> - - <groupId>org.eclipse.sisu</groupId> - <artifactId>sisu-maven-plugin</artifactId> - <version>0.3.1</version> - <packaging>maven-plugin</packaging> - - <name>Sisu Maven Plugin</name> - <description>Manage Sisu components and applications</description> - <url>http://www.eclipse.org/sisu/</url> - <inceptionYear>2010</inceptionYear> - <organization> - <name>The Eclipse Foundation</name> - <url>http://www.eclipse.org/</url> - </organization> - <licenses> - <license> - <name>Eclipse Public License, Version 1.0</name> - <url>http://www.eclipse.org/legal/epl-v10.html</url> - <distribution>repo</distribution> - </license> - </licenses> - - <mailingLists> - <mailingList> - <name>Sisu Developers List</name> - <subscribe>sisu-dev-subscribe@eclipse.org</subscribe> - <unsubscribe>sisu-dev-unsubscribe@eclipse.org</unsubscribe> - <post>sisu-dev@eclipse.org</post> - <archive>http://dev.eclipse.org/mhonarc/lists/sisu-dev/</archive> - </mailingList> - <mailingList> - <name>Sisu Users List</name> - <subscribe>sisu-users-subscribe@eclipse.org</subscribe> - <unsubscribe>sisu-users-unsubscribe@eclipse.org</unsubscribe> - <post>sisu-users@eclipse.org</post> - <archive>http://dev.eclipse.org/mhonarc/lists/sisu-users/</archive> - </mailingList> - </mailingLists> - - <prerequisites> - <maven>3.0.4</maven> - </prerequisites> - - <scm> - <connection>scm:git:git://git.eclipse.org/gitroot/sisu/org.eclipse.sisu.mojos.git</connection> - <developerConnection>scm:git:ssh://git.eclipse.org/gitroot/sisu/org.eclipse.sisu.mojos.git</developerConnection> - <url>http://git.eclipse.org/c/sisu/org.eclipse.sisu.mojos.git/tree/</url> - </scm> - <issueManagement> - <system>bugzilla</system> - <url>https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Sisu&component=Mojos&format=guided</url> - </issueManagement> - <ciManagement> - <system>Hudson</system> - <url>https://hudson.eclipse.org/sisu/job/sisu-mojos-nightly/</url> - </ciManagement> - - <properties> - <maven.compiler.source>1.6</maven.compiler.source> - <maven.compiler.target>1.6</maven.compiler.target> - </properties> - - <dependencies> - <!-- - | No need for Guice when indexing, as the scanner works off bytecode - --> - <dependency> - <groupId>org.eclipse.sisu</groupId> - <artifactId>org.eclipse.sisu.inject</artifactId> - <version>${project.version}</version> - </dependency> - <!-- - | Avoid internal log spam; use -Dsisu.debug to get detailed logging - --> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-nop</artifactId> - <version>1.6.4</version> - </dependency> - <!-- - | Maven APIs and components used to analyze the project dependencies - --> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - <version>3.0</version> - <exclusions> - <exclusion> - <groupId>org.sonatype.sisu</groupId> - <artifactId>sisu-inject-plexus</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.maven.plugin-tools</groupId> - <artifactId>maven-plugin-annotations</artifactId> - <version>3.3</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.maven.shared</groupId> - <artifactId>maven-common-artifact-filters</artifactId> - <version>1.4</version> - <exclusions> - <exclusion> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-container-default</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - <version>3.0.17</version> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.11</version> - <scope>test</scope> - </dependency> - </dependencies> - - <build> - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-plugin-plugin</artifactId> - <version>3.3</version> - <configuration> - <goalPrefix>sisu</goalPrefix> - <helpPackageName>org.eclipse.sisu.mojos</helpPackageName> - <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> - </configuration> - <executions> - <execution> - <id>generated-helpmojo</id> - <goals> - <goal>helpmojo</goal> - </goals> - </execution> - <execution> - <id>default-descriptor</id> - <phase>process-classes</phase> - <goals> - <goal>descriptor</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>animal-sniffer-maven-plugin</artifactId> - <version>1.11</version> - <configuration> - <signature> - <groupId>org.codehaus.mojo.signature</groupId> - <artifactId>java16</artifactId> - <version>1.1</version> - </signature> - </configuration> - <executions> - <execution> - <id>check-java6</id> - <phase>package</phase> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <artifactId>maven-enforcer-plugin</artifactId> - <version>1.3.1</version> - <configuration> - <rules> - <enforceBytecodeVersion> - <maxJdkVersion>1.6</maxJdkVersion>
View file
_service:tar_scm:0.3.1.tar.gz/0.3.1/src
Deleted
-(directory)
View file
_service:tar_scm:0.3.1.tar.gz/0.3.1/src/main
Deleted
-(directory)
View file
_service:tar_scm:0.3.1.tar.gz/0.3.1/src/main/java
Deleted
-(directory)
View file
_service:tar_scm:0.3.1.tar.gz/0.3.1/src/main/java/org
Deleted
-(directory)
View file
_service:tar_scm:0.3.1.tar.gz/0.3.1/src/main/java/org/eclipse
Deleted
-(directory)
View file
_service:tar_scm:0.3.1.tar.gz/0.3.1/src/main/java/org/eclipse/sisu
Deleted
-(directory)
View file
_service:tar_scm:0.3.1.tar.gz/0.3.1/src/main/java/org/eclipse/sisu/mojos
Deleted
-(directory)
View file
_service:tar_scm:0.3.1.tar.gz/0.3.1/src/main/resources
Deleted
-(directory)
View file
_service:tar_scm:0.3.1.tar.gz/0.3.1/src/site
Deleted
-(directory)
View file
_service:tar_scm:0.3.1.tar.gz/0.3.1/src/site/apt
Deleted
-(directory)
View file
_service:tar_scm:0.3.4.tar.gz/.
Added
+(directory)
View file
_service:tar_scm:0.3.4.tar.gz/.gitignore
Changed
(renamed from 0.3.1/.gitignore)
View file
_service:tar_scm:0.3.4.tar.gz/LICENSE.txt
Changed
(renamed from 0.3.1/LICENSE.txt)
View file
_service:tar_scm:0.3.4.tar.gz/README.md
Changed
(renamed from 0.3.1/README.md)
View file
_service:tar_scm:0.3.4.tar.gz/pom.xml
Added
@@ -0,0 +1,355 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- + ~ Copyright (c) 2010, 2015 Sonatype, Inc. + ~ All rights reserved. This program and the accompanying materials + ~ are made available under the terms of the Eclipse Public License v1.0 + ~ which accompanies this distribution, and is available at + ~ http://www.eclipse.org/legal/epl-v10.html + ~ + ~ Contributors: + ~ Stuart McCulloch (Sonatype, Inc.) - initial API and implementation +--> + +<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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.sonatype.oss</groupId> + <artifactId>oss-parent</artifactId> + <version>9</version> + </parent> + + <groupId>org.eclipse.sisu</groupId> + <artifactId>sisu-maven-plugin</artifactId> + <version>0.3.4</version> + <packaging>maven-plugin</packaging> + + <name>Sisu Maven Plugin</name> + <description>Manage Sisu components and applications</description> + <url>http://www.eclipse.org/sisu/</url> + <inceptionYear>2010</inceptionYear> + <organization> + <name>The Eclipse Foundation</name> + <url>http://www.eclipse.org/</url> + </organization> + <licenses> + <license> + <name>Eclipse Public License, Version 1.0</name> + <url>http://www.eclipse.org/legal/epl-v10.html</url> + <distribution>repo</distribution> + </license> + </licenses> + + <mailingLists> + <mailingList> + <name>Sisu Developers List</name> + <subscribe>sisu-dev-subscribe@eclipse.org</subscribe> + <unsubscribe>sisu-dev-unsubscribe@eclipse.org</unsubscribe> + <post>sisu-dev@eclipse.org</post> + <archive>http://dev.eclipse.org/mhonarc/lists/sisu-dev/</archive> + </mailingList> + <mailingList> + <name>Sisu Users List</name> + <subscribe>sisu-users-subscribe@eclipse.org</subscribe> + <unsubscribe>sisu-users-unsubscribe@eclipse.org</unsubscribe> + <post>sisu-users@eclipse.org</post> + <archive>http://dev.eclipse.org/mhonarc/lists/sisu-users/</archive> + </mailingList> + </mailingLists> + + <prerequisites> + <maven>3.0.4</maven> + </prerequisites> + + <scm> + <connection>scm:git:git://git.eclipse.org/gitroot/sisu/org.eclipse.sisu.mojos.git</connection> + <developerConnection>scm:git:ssh://git.eclipse.org/gitroot/sisu/org.eclipse.sisu.mojos.git</developerConnection> + <url>http://git.eclipse.org/c/sisu/org.eclipse.sisu.mojos.git/tree/</url> + </scm> + <issueManagement> + <system>bugzilla</system> + <url>https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Sisu&component=Mojos&format=guided</url> + </issueManagement> + <ciManagement> + <system>Hudson</system> + <url>https://hudson.eclipse.org/sisu/job/sisu-mojos-nightly/</url> + </ciManagement> + + <properties> + <maven.compiler.source>1.6</maven.compiler.source> + <maven.compiler.target>1.6</maven.compiler.target> + </properties> + + <dependencies> + <!-- + | No need for Guice when indexing, as the scanner works off bytecode + --> + <dependency> + <groupId>org.eclipse.sisu</groupId> + <artifactId>org.eclipse.sisu.inject</artifactId> + <version>${project.version}</version> + </dependency> + <!-- + | Avoid internal log spam; use -Dsisu.debug to get detailed logging + --> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-nop</artifactId> + <version>1.6.4</version> + </dependency> + <!-- + | Maven APIs and components used to analyze the project dependencies + --> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-api</artifactId> + <version>3.0</version> + <exclusions> + <exclusion> + <groupId>org.sonatype.sisu</groupId> + <artifactId>sisu-inject-plexus</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.apache.maven.plugin-tools</groupId> + <artifactId>maven-plugin-annotations</artifactId> + <version>3.3</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.maven.shared</groupId> + <artifactId>maven-common-artifact-filters</artifactId> + <version>1.4</version> + <exclusions> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-container-default</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> + <version>3.0.17</version> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.11</version> + <scope>test</scope> + </dependency> + </dependencies> + + <build> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-plugin-plugin</artifactId> + <version>3.3</version> + <configuration> + <goalPrefix>sisu</goalPrefix> + <helpPackageName>org.eclipse.sisu.mojos</helpPackageName> + <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> + </configuration> + <executions> + <execution> + <id>generated-helpmojo</id> + <goals> + <goal>helpmojo</goal> + </goals> + </execution> + <execution> + <id>default-descriptor</id> + <phase>process-classes</phase> + <goals> + <goal>descriptor</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>animal-sniffer-maven-plugin</artifactId> + <version>1.11</version> + <configuration> + <signature> + <groupId>org.codehaus.mojo.signature</groupId> + <artifactId>java16</artifactId> + <version>1.1</version> + </signature> + </configuration> + <executions> + <execution> + <id>check-java6</id> + <phase>package</phase> + <goals> + <goal>check</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-enforcer-plugin</artifactId> + <version>1.3.1</version> + <configuration> + <rules> + <enforceBytecodeVersion> + <maxJdkVersion>1.6</maxJdkVersion>
View file
_service:tar_scm:0.3.4.tar.gz/src
Added
+(directory)
View file
_service:tar_scm:0.3.4.tar.gz/src/main
Added
+(directory)
View file
_service:tar_scm:0.3.4.tar.gz/src/main/java
Added
+(directory)
View file
_service:tar_scm:0.3.4.tar.gz/src/main/java/org
Added
+(directory)
View file
_service:tar_scm:0.3.4.tar.gz/src/main/java/org/eclipse
Added
+(directory)
View file
_service:tar_scm:0.3.4.tar.gz/src/main/java/org/eclipse/sisu
Added
+(directory)
View file
_service:tar_scm:0.3.4.tar.gz/src/main/java/org/eclipse/sisu/mojos
Added
+(directory)
View file
_service:tar_scm:0.3.4.tar.gz/src/main/java/org/eclipse/sisu/mojos/IndexMojo.java
Changed
(renamed from 0.3.1/src/main/java/org/eclipse/sisu/mojos/IndexMojo.java)
View file
_service:tar_scm:0.3.4.tar.gz/src/main/java/org/eclipse/sisu/mojos/MainIndexMojo.java
Changed
(renamed from 0.3.1/src/main/java/org/eclipse/sisu/mojos/MainIndexMojo.java)
View file
_service:tar_scm:0.3.4.tar.gz/src/main/java/org/eclipse/sisu/mojos/TestIndexMojo.java
Changed
(renamed from 0.3.1/src/main/java/org/eclipse/sisu/mojos/TestIndexMojo.java)
View file
_service:tar_scm:0.3.4.tar.gz/src/main/resources
Added
+(directory)
View file
_service:tar_scm:0.3.4.tar.gz/src/main/resources/about.html
Changed
(renamed from 0.3.1/src/main/resources/about.html)
View file
_service:tar_scm:0.3.4.tar.gz/src/site
Added
+(directory)
View file
_service:tar_scm:0.3.4.tar.gz/src/site/apt
Added
+(directory)
View file
_service:tar_scm:0.3.4.tar.gz/src/site/apt/index.apt
Changed
(renamed from 0.3.1/src/site/apt/index.apt)
View file
_service:tar_scm:0.3.4.tar.gz/src/site/site.xml
Changed
(renamed from 0.3.1/src/site/site.xml)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2