Skip to content

Commit 42ef457

Browse files
committed
no svn id
Signed-off-by: olivier lamy <[email protected]>
1 parent 787141a commit 42ef457

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+66
-66
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
java-version: ${{ matrix.java }}
5050

5151
- name: Build with Maven
52-
run: mvn verify -e -B -V
52+
run: mvn verify javadoc:javadoc -e -B -V

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ limitations under the License.
8181
<plugin>
8282
<groupId>org.apache.maven.plugins</groupId>
8383
<artifactId>maven-javadoc-plugin</artifactId>
84-
<version>3.0.0</version>
84+
<version>3.2.0</version>
8585
</plugin>
8686
</plugins>
8787
</pluginManagement>

src/main/java/org/codehaus/plexus/util/Base64.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @see <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>
2727
* @author Apache Software Foundation
2828
* @since 1.0-dev
29-
* @version $Id$
29+
*
3030
*/
3131
public class Base64
3232
{

src/main/java/org/codehaus/plexus/util/CollectionUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
/**
3030
* @author <a href="mailto:[email protected]">olamy</a>
31-
* @version $Id$
31+
*
3232
*/
3333
public class CollectionUtils
3434
{

src/main/java/org/codehaus/plexus/util/DirectoryWalkListener.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* Observes the actions of a {@link DirectoryWalker}.
2323
*
24-
* @version $Id$
24+
*
2525
* @see DirectoryWalker
2626
*/
2727
public interface DirectoryWalkListener

src/main/java/org/codehaus/plexus/util/DirectoryWalker.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* DirectoryWalker
2727
*
28-
* @version $Id$
28+
*
2929
*/
3030
public class DirectoryWalker
3131
{

src/main/java/org/codehaus/plexus/util/ExceptionUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
* @author Dmitri Plotnikov
7777
* @author Stephen Colebourne
7878
* @since 1.0
79-
* @version $Id$
79+
*
8080
*/
8181
public class ExceptionUtils
8282
{

src/main/java/org/codehaus/plexus/util/Expand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
* @author <a href="mailto:[email protected]">Stefan Bodewig</a>
7272
* @author <a href="mailto:[email protected]">Magesh Umasankar</a>
7373
* @since Ant 1.1 @ant.task category="packaging" name="unzip" name="unjar" name="unwar"
74-
* @version $Id$
74+
*
7575
*/
7676
public class Expand
7777
{

src/main/java/org/codehaus/plexus/util/FileUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
* @author <a href="mailto:[email protected]">Christoph.Reck</a>
113113
* @author <a href="mailto:[email protected]">Peter Donald</a>
114114
* @author <a href="mailto:[email protected]">Jeff Turner</a>
115-
* @version $Id$
115+
*
116116
*/
117117
public class FileUtils
118118
{

src/main/java/org/codehaus/plexus/util/IOUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
*
119119
* @author <a href="mailto:[email protected]">Peter Donald</a>
120120
* @author <a href="mailto:[email protected]">Jeff Turner</a>
121-
* @version $Id$
121+
*
122122
* @since 4.0
123123
*/
124124

src/main/java/org/codehaus/plexus/util/PathTool.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @author <a href="mailto:[email protected]">Pete Kazmier</a>
2626
* @author <a href="mailto:[email protected]">Vincent Massol</a>
2727
* @author <a href="mailto:[email protected]">Vincent Siveton</a>
28-
* @version $Id$
28+
*
2929
*/
3030
public class PathTool
3131
{

src/main/java/org/codehaus/plexus/util/ReaderFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* @author <a href="mailto:[email protected]">Herve Boutemy</a>
3737
* @see Charset
3838
* @see <a href="http://java.sun.com/j2se/1.4.2/docs/guide/intl/encoding.doc.html">Supported encodings</a>
39-
* @version $Id$
39+
*
4040
* @since 1.4.3
4141
*/
4242
public class ReaderFactory

src/main/java/org/codehaus/plexus/util/ReflectionUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* @author <a href="mailto:[email protected]">Michal Maczka</a>
3333
* @author <a href="mailto:[email protected]">Jesse McConnell</a>
3434
* @author <a href="mailto:[email protected]">Trygve Laugst&oslash;l</a>
35-
* @version $Id$
35+
*
3636
*/
3737
public final class ReflectionUtils
3838
{

src/main/java/org/codehaus/plexus/util/SelectorUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
* @author Arnout J. Kuiper <a href="mailto:[email protected]">[email protected]</a>
7070
* @author Magesh Umasankar
7171
* @author <a href="mailto:[email protected]">Bruce Atherton</a>
72-
* @version $Id$
72+
*
7373
* @since 1.5
7474
*/
7575
public final class SelectorUtils

src/main/java/org/codehaus/plexus/util/StringOutputStream.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Wraps a String as an OutputStream.
2424
*
2525
* @author <a href="mailto:[email protected]">Emmanuel Venisse</a>
26-
* @version $Id$
26+
*
2727
* @deprecated As of version 1.5.2 this class should no longer be used because it does not properly handle character
2828
* encoding. Instead, use {@link java.io.ByteArrayOutputStream#toString(String)}.
2929
*/

src/main/java/org/codehaus/plexus/util/StringUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
* @author <a href="mailto:[email protected]">Alexander Day Chaffee</a>
8181
* @author <a href="mailto:[email protected]">Vincent Siveton</a>
8282
* @since 1.0
83-
* @version $Id$
83+
*
8484
*/
8585
public class StringUtils
8686
{

src/main/java/org/codehaus/plexus/util/SweeperPool.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* disposed first.
2424
*
2525
* @author <a href="mailto:[email protected]">Bert van Brakel</a>
26-
* @version $Id$
26+
*
2727
*/
2828
public class SweeperPool
2929
{

src/main/java/org/codehaus/plexus/util/WriterFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* @author <a href="mailto:[email protected]">Herve Boutemy</a>
3636
* @see Charset
3737
* @see <a href="http://java.sun.com/j2se/1.4.2/docs/guide/intl/encoding.doc.html">Supported encodings</a>
38-
* @version $Id$
38+
*
3939
* @since 1.4.4
4040
*/
4141
public class WriterFactory

src/main/java/org/codehaus/plexus/util/cli/CommandLineException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* @author <a href="mailto:[email protected]">Trygve Laugst&oslash;l</a>
21-
* @version $Id$
21+
*
2222
*/
2323
public class CommandLineException
2424
extends Exception

src/main/java/org/codehaus/plexus/util/cli/CommandLineTimeOutException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* @author <a href="mailto:[email protected]">olamy</a>
2424
* @since 1.5.9
25-
* @version $Id$
25+
*
2626
*/
2727
public class CommandLineTimeOutException
2828
extends CommandLineException

src/main/java/org/codehaus/plexus/util/cli/CommandLineUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
/**
3131
* @author <a href="mailto:[email protected]">Trygve Laugst&oslash;l </a>
32-
* @version $Id$
32+
*
3333
*/
3434
public abstract class CommandLineUtils
3535
{

src/main/java/org/codehaus/plexus/util/cli/DefaultConsumer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
/**
2222
* @author <a href="mailto:[email protected]">Emmanuel Venisse</a>
23-
* @version $Id$
23+
*
2424
*/
2525
public class DefaultConsumer
2626
implements StreamConsumer

src/main/java/org/codehaus/plexus/util/cli/EnhancedStringTokenizer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* The java.util.StringTokenizer is horribly broken. Given the string 1,,,3,,4 (, delim) It will return 1,3,4 Which is
2323
* clearly wrong - 1,EMPTY,EMPTY,3,EMPTY,4 is what it should return
2424
*
25-
* @version $Id$
25+
*
2626
*/
2727
public final class EnhancedStringTokenizer
2828
{

src/main/java/org/codehaus/plexus/util/cli/StreamConsumer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
*
6363
* @author <a href="mailto:[email protected]">Florin Vancea</a>
6464
* @author <a href="mailto:[email protected]">Paul Julius</a>
65-
* @version $Id$
65+
*
6666
*/
6767
public interface StreamConsumer
6868
{

src/main/java/org/codehaus/plexus/util/cli/StreamFeeder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Read from an InputStream and write the output to an OutputStream.
2525
*
2626
* @author <a href="mailto:[email protected]">Trygve Laugst&oslash;l</a>
27-
* @version $Id$
27+
*
2828
*/
2929
public class StreamFeeder
3030
extends AbstractStreamHandler

src/main/java/org/codehaus/plexus/util/cli/StreamPumper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
*
8282
* @author <a href="mailto:[email protected]">Florin Vancea </a>
8383
* @author <a href="mailto:[email protected]">Paul Julius </a>
84-
* @version $Id$
84+
*
8585
* @since June 11, 2001
8686
*/
8787
public class StreamPumper

src/main/java/org/codehaus/plexus/util/cli/WriterStreamConsumer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/**
2323
* @author <a href="mailto:[email protected]">Jason van Zyl</a>
24-
* @version $Id$
24+
*
2525
*/
2626
public class WriterStreamConsumer
2727
implements StreamConsumer

src/main/java/org/codehaus/plexus/util/cli/shell/BourneShell.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
/**
2525
* @author Jason van Zyl
26-
* @version $Id$
26+
*
2727
*/
2828
public class BourneShell
2929
extends Shell

src/main/java/org/codehaus/plexus/util/cli/shell/CmdShell.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* @author <a href="mailto:[email protected]">Carlos Sanchez</a>
2828
* @since 1.2
29-
* @version $Id$
29+
*
3030
*/
3131
public class CmdShell
3232
extends Shell

src/main/java/org/codehaus/plexus/util/cli/shell/CommandShell.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @author <a href="mailto:[email protected]">Carlos Sanchez</a>
2525
* @since 1.2
26-
* @version $Id$
26+
*
2727
*/
2828
public class CommandShell
2929
extends Shell

src/main/java/org/codehaus/plexus/util/cli/shell/Shell.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
* @author <a href="mailto:[email protected]">Carlos Sanchez</a>
3434
* @since 1.2
35-
* @version $Id$
35+
*
3636
*/
3737
public class Shell
3838
implements Cloneable

src/main/java/org/codehaus/plexus/util/dag/CycleDetector.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
/**
2626
* @author <a href="[email protected]">Michal Maczka</a>
27-
* @version $Id$
27+
*
2828
*/
2929
public class CycleDetector
3030
{
@@ -158,4 +158,4 @@ else if ( isVisiting( v, vertexStateMap ) )
158158
return false;
159159
}
160160

161-
}
161+
}

src/main/java/org/codehaus/plexus/util/dag/DAG.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* DAG = Directed Acyclic Graph
2828
*
2929
* @author <a href="[email protected]">Michal Maczka</a>
30-
* @version $Id$
30+
*
3131
* TODO this class should be renamed from DAG to Dag
3232
*/
3333
public class DAG

src/main/java/org/codehaus/plexus/util/dag/TopologicalSorter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
/**
2525
* @author <a href="[email protected]">Michal Maczka</a>
26-
* @version $Id$
26+
*
2727
*/
2828
public class TopologicalSorter
2929
{

src/main/java/org/codehaus/plexus/util/dag/Vertex.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* @author <a href="[email protected]">Michal Maczka</a>
25-
* @version $Id$
25+
*
2626
*/
2727
public class Vertex
2828
implements Cloneable, Serializable

src/main/java/org/codehaus/plexus/util/introspection/ClassMap.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @author <a href="mailto:[email protected]">Bob McWhirter</a>
3030
* @author <a href="mailto:[email protected]">Attila Szegedi</a>
3131
* @author <a href="mailto:[email protected]">Geir Magnusson Jr.</a>
32-
* @version $Id$
32+
*
3333
*/
3434
public class ClassMap
3535
{

src/main/java/org/codehaus/plexus/util/introspection/MethodMap.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* @author <a href="mailto:[email protected]">Christoph Reck</a>
3131
* @author <a href="mailto:[email protected]">Geir Magnusson Jr.</a>
3232
* @author <a href="mailto:[email protected]">Attila Szegedi</a>
33-
* @version $Id$
33+
*
3434
*/
3535
public class MethodMap
3636
{

src/main/java/org/codehaus/plexus/util/introspection/ReflectionValueExtractor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*
3838
* @author <a href="mailto:[email protected]">Jason van Zyl </a>
3939
* @author <a href="mailto:[email protected]">Vincent Siveton</a>
40-
* @version $Id$
40+
*
4141
* @see <a href=
4242
* "http://struts.apache.org/1.x/struts-taglib/indexedprops.html">http://struts.apache.org/1.x/struts-taglib/indexedprops.html</a>
4343
*/

src/main/java/org/codehaus/plexus/util/xml/CompactXMLWriter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import java.io.Writer;
2121

2222
/**
23-
* @version $Id$
23+
*
2424
*/
2525
public class CompactXMLWriter
2626
extends PrettyPrintXMLWriter

src/main/java/org/codehaus/plexus/util/xml/PrettyPrintXMLWriter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/**
2828
* Implementation of XMLWriter which emits nicely formatted documents.
2929
*
30-
* @version $Id$
30+
*
3131
*/
3232
public class PrettyPrintXMLWriter
3333
implements XMLWriter

src/main/java/org/codehaus/plexus/util/xml/SerializerXMLWriter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* Write to an MXSerializer.
2929
*
3030
* @author <a href="mailto:[email protected]">Brett Porter</a>
31-
* @version $Id$
31+
*
3232
*/
3333
public class SerializerXMLWriter
3434
implements XMLWriter

src/main/java/org/codehaus/plexus/util/xml/XMLWriter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
/**
20-
* @version $Id$
20+
*
2121
*/
2222
public interface XMLWriter
2323
{

src/main/java/org/codehaus/plexus/util/xml/XmlStreamWriter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* the XML document written to the stream.
3434
*
3535
* @author <a href="mailto:[email protected]">Herve Boutemy</a>
36-
* @version $Id$
36+
*
3737
* @since 1.4.4
3838
*/
3939
public class XmlStreamWriter

src/main/java/org/codehaus/plexus/util/xml/XmlUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* Common XML utilities methods.
3636
*
3737
* @author <a href="mailto:[email protected]">Vincent Siveton</a>
38-
* @version $Id$
38+
*
3939
* @since 1.5.7
4040
*/
4141
public class XmlUtil

0 commit comments

Comments
 (0)