Accepting request 1229147 from Java:packages
3.11.2 OBS-URL: https://build.opensuse.org/request/show/1229147 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-javadoc-plugin?expand=0&rev=19
This commit is contained in:
commit
c3ac7d526a
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/apache/maven-javadoc-plugin.git</param>
|
<param name="url">https://github.com/apache/maven-javadoc-plugin.git</param>
|
||||||
<param name="revision">maven-javadoc-plugin-3.11.1</param>
|
<param name="revision">maven-javadoc-plugin-3.11.2</param>
|
||||||
<param name="match-tag">maven-javadoc-plugin-*</param>
|
<param name="match-tag">maven-javadoc-plugin-*</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">maven-javadoc-plugin-(.*)</param>
|
<param name="versionrewrite-pattern">maven-javadoc-plugin-(.*)</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:874d9531ca9d5807a595c119f571e7b723ac35e98f9117173c6dddf45887e643
|
|
||||||
size 818276
|
|
BIN
maven-javadoc-plugin-3.11.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
maven-javadoc-plugin-3.11.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -14,7 +14,7 @@
|
|||||||
value="The Apache Maven Javadoc Plugin is a plugin that uses the javadoc tool for generating javadocs for the specified project."/>
|
value="The Apache Maven Javadoc Plugin is a plugin that uses the javadoc tool for generating javadocs for the specified project."/>
|
||||||
<property name="project.groupId" value="org.apache.maven.plugins"/>
|
<property name="project.groupId" value="org.apache.maven.plugins"/>
|
||||||
<property name="project.artifactId" value="maven-javadoc-plugin"/>
|
<property name="project.artifactId" value="maven-javadoc-plugin"/>
|
||||||
<property name="project.version" value="3.11.1"/>
|
<property name="project.version" value="3.11.2"/>
|
||||||
<property name="project.organization.name" value="The Apache Software Foundation"/>
|
<property name="project.organization.name" value="The Apache Software Foundation"/>
|
||||||
|
|
||||||
<property name="spec.version" value="3.11"/>
|
<property name="spec.version" value="3.11"/>
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 8 19:49:03 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to upstream version 3.11.2
|
||||||
|
* New Feature
|
||||||
|
+ MJAVADOC-814: Ability to split grouped packages over multiple
|
||||||
|
lines
|
||||||
|
* Improvement
|
||||||
|
+ MJAVADOC-823: legacyMode keeps using module-info.java
|
||||||
|
(-sourcedirectory still use as well as java files input)
|
||||||
|
* Task
|
||||||
|
+ MJAVADOC-822: parameter skippedModules should scale and easier
|
||||||
|
to use
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 4 10:11:17 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
Mon Nov 4 10:11:17 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
%endif
|
%endif
|
||||||
%global base_name maven-javadoc-plugin
|
%global base_name maven-javadoc-plugin
|
||||||
Version: 3.11.1
|
Version: 3.11.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Maven plugin for creating javadocs
|
Summary: Maven plugin for creating javadocs
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -65,6 +65,7 @@ BuildRequires: plexus-xml
|
|||||||
BuildRequires: qdox
|
BuildRequires: qdox
|
||||||
BuildRequires: sisu-inject
|
BuildRequires: sisu-inject
|
||||||
BuildRequires: sisu-plexus
|
BuildRequires: sisu-plexus
|
||||||
|
BuildRequires: slf4j
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
BuildRequires: xmvn-install
|
BuildRequires: xmvn-install
|
||||||
BuildRequires: xmvn-resolve
|
BuildRequires: xmvn-resolve
|
||||||
@ -155,7 +156,8 @@ build-jar-repository -s lib \
|
|||||||
plexus-languages/plexus-java \
|
plexus-languages/plexus-java \
|
||||||
plexus/utils \
|
plexus/utils \
|
||||||
plexus/xml \
|
plexus/xml \
|
||||||
qdox
|
qdox \
|
||||||
|
slf4j/api
|
||||||
ant -Dtest.skip=true jar
|
ant -Dtest.skip=true jar
|
||||||
%else
|
%else
|
||||||
xmvn --batch-mode --offline \
|
xmvn --batch-mode --offline \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user