From 8ac0faa2b83dde165d45ab62c932ba0f26f42e54 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 6 Dec 2012 08:58:12 +0100 Subject: o Adding support for new release events. --- .../resources/nexus/recentlyDeployedArtifacts.xml | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'src/test/resources/nexus') diff --git a/src/test/resources/nexus/recentlyDeployedArtifacts.xml b/src/test/resources/nexus/recentlyDeployedArtifacts.xml index 1fe22d9..c1751dc 100755 --- a/src/test/resources/nexus/recentlyDeployedArtifacts.xml +++ b/src/test/resources/nexus/recentlyDeployedArtifacts.xml @@ -7,6 +7,7 @@ Tue, 04 Dec 2012 12:26:41 GMT Nexus 1.9.2.3 2012-12-04T12:26:41Z + org.example:example:1.0-20121204.122640-536 http://hostname/repository/content/repositories/snapshots/org/example/example/1.0-SNAPSHOT/example-1.0-20121204.122640-536.pom @@ -20,5 +21,30 @@ developer 2012-12-04T12:26:40Z + + + org.example:example:1.0-20121204.122640-536:tests + http://hostname/repository/content/repositories/snapshots/org/example/example/1.0-SNAPSHOT/example-1.0-20121204.122640-536-tests.jar + + The artifact 'org.example:example:1.0-20121204.122640-536:tests' in repository 'Snapshots' was + deployed.Action was initiated by user "developer". + Request originated from IP address 1.2.3.4. + + Tue, 04 Dec 2012 12:26:40 GMT + http://hostname/repository/content/repositories/snapshots/org/example/example/1.0-SNAPSHOT/example-1.0-20121204.122640-536:tests.jar + developer + 2012-12-04T12:26:40Z + + + + org.example:example:1.10 + http://hostname/repository/content/repositories/releases/org/example/example/1.10/example-1.10.pom + The artifact 'org.example:example:1.10' in repository 'Releases' was deployed.Action was initiated by user "foo". + Request originated from IP address 172.21.3.60. + Wed, 05 Dec 2012 13:33:47 GMT + http://hostname/repository/content/repositories/releases/org/example/example/1.10/example-1.10.pom + foo + 2012-12-05T13:33:47Z + -- cgit v1.2.3