introduce license macro

f38
gil 10 years ago
parent 94fc3caf73
commit e4614a6586

@ -1,42 +0,0 @@
--- pom.xml 2012-02-08 16:07:39.235304020 +0100
+++ pom.xml-gil 2012-02-08 16:17:35.951288824 +0100
@@ -364,10 +364,10 @@
<artifactId>maven-resources-plugin</artifactId>
<version>2.5</version>
</plugin>
- <plugin>
+ <!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.0</version>
+ <version>3.0</version-->
<!--dependencies>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
@@ -375,7 +375,7 @@
<version>1.0</version>
</dependency>
</dependencies-->
- </plugin>
+ <!--/plugin-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
@@ -569,7 +569,7 @@
</activation>
<build>
<plugins>
- <plugin>
+ <!--plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<executions>
@@ -580,7 +580,7 @@
</goals>
</execution>
</executions>
- </plugin>
+ </plugin-->
</plugins>
</build>
</profile>

@ -1,32 +0,0 @@
--- pom.xml 2011-08-07 22:04:19.000000000 +0200
+++ pom.xml-gil 2012-02-08 16:02:27.935311947 +0100
@@ -368,13 +368,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.0</version>
- <dependencies>
+ <!--dependencies>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav-jackrabbit</artifactId>
<version>1.0</version>
</dependency>
- </dependencies>
+ </dependencies-->
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -481,11 +481,11 @@
</excludeRoots>
</configuration>
</plugin>
- <plugin>
+ <!--plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<version>2.4</version>
- </plugin>
+ </plugin-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>

@ -1,6 +1,6 @@
Name: plexus-pom Name: plexus-pom
Version: 3.3.1 Version: 3.3.1
Release: 8%{?dist} Release: 9%{?dist}
Summary: Root Plexus Projects POM Summary: Root Plexus Projects POM
Group: Development/Libraries Group: Development/Libraries
License: ASL 2.0 License: ASL 2.0
@ -36,9 +36,12 @@ cp -p %{SOURCE1} LICENSE
%mvn_install %mvn_install
%files -f .mfiles %files -f .mfiles
%doc LICENSE %license LICENSE
%changelog %changelog
* Wed Feb 11 2015 gil cattaneo <puntogil@libero.it> 3.3.1-9
- introduce license macro
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-8 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

Loading…
Cancel
Save