mirror of
https://github.com/apache/archiva.git
synced 2025-02-21 17:35:19 +00:00
fix missing "@since 1.1"
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@603932 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7b407f8e1d
commit
e25c4643a5
@ -107,7 +107,7 @@
|
||||
</field>
|
||||
<field>
|
||||
<name>legacyArtifactPaths</name>
|
||||
<version>1.0.0+</version>
|
||||
<version>1.1.0+</version>
|
||||
<association>
|
||||
<type>LegacyArtifactPath</type>
|
||||
<multiplicity>*</multiplicity>
|
||||
@ -443,11 +443,11 @@
|
||||
|
||||
<class>
|
||||
<name>LegacyArtifactPath</name>
|
||||
<version>1.0.0+</version>
|
||||
<version>1.1.0+</version>
|
||||
<fields>
|
||||
<field>
|
||||
<name>path</name>
|
||||
<version>1.0.0+</version>
|
||||
<version>1.1.0+</version>
|
||||
<type>String</type>
|
||||
<required>true</required>
|
||||
<description>
|
||||
@ -456,7 +456,7 @@
|
||||
</field>
|
||||
<field>
|
||||
<name>artifact</name>
|
||||
<version>1.0.0+</version>
|
||||
<version>1.1.0+</version>
|
||||
<type>String</type>
|
||||
<required>true</required>
|
||||
<description>
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
/**
|
||||
* Test the generated LegacyArtifactPath class from Modello. This is primarily to test the hand coded methods.
|
||||
* @since 1.1
|
||||
*/
|
||||
public class LegacyArtifactPathTest
|
||||
extends TestCase
|
||||
|
@ -29,6 +29,7 @@
|
||||
/**
|
||||
* ArtifactExtensionMapping
|
||||
*
|
||||
* @since 1.1
|
||||
*/
|
||||
public class ArtifactClassifierMapping
|
||||
{
|
||||
|
@ -363,6 +363,7 @@ public void testGoodDetectPluginGeronimoPackaging()
|
||||
|
||||
/**
|
||||
* [MRM-594] add some hook in LegacyPathParser to allow exceptions in artifact resolution
|
||||
* @since 1.1
|
||||
*/
|
||||
public void testCustomExceptionsInArtifactResolution()
|
||||
throws LayoutException
|
||||
|
@ -18,7 +18,7 @@ Apache Archiva legacy support configuration
|
||||
repository, but users may require support for private artifact or for
|
||||
artifacts with classifiers.
|
||||
|
||||
Archiva provides a legacy support configuration to the administrator. It
|
||||
Since version 1.1, archiva provides a legacy support configuration to the administrator. It
|
||||
is possible to register some custom legacy path and the expected artifact
|
||||
reference. Archiva will check that the entered artifact reference match
|
||||
the legacy path, to avoid corrupted datas in repository :
|
||||
|
@ -34,7 +34,7 @@
|
||||
/**
|
||||
* Add a LegacyArtifactPath to archiva configuration
|
||||
*
|
||||
*
|
||||
* @since 1.1
|
||||
* @plexus.component role="com.opensymphony.xwork.Action" role-hint="addLegacyArtifactPathAction"
|
||||
*/
|
||||
public class AddLegacyArtifactPathAction
|
||||
|
@ -32,6 +32,7 @@
|
||||
* Delete a LegacyArtifactPath to archiva configuration
|
||||
*
|
||||
*
|
||||
* @since 1.1
|
||||
* @plexus.component role="com.opensymphony.xwork.Action" role-hint="deleteLegacyArtifactPathAction"
|
||||
*/
|
||||
public class DeleteLegacyArtifactPathAction
|
||||
|
@ -41,6 +41,7 @@
|
||||
/**
|
||||
* Shows the LegacyArtifactPath Tab for the administrator.
|
||||
*
|
||||
* @since 1.1
|
||||
* @plexus.component role="com.opensymphony.xwork.Action" role-hint="legacyArtifactPathAction"
|
||||
*/
|
||||
public class LegacyArtifactPathAction
|
||||
|
Loading…
x
Reference in New Issue
Block a user