From 1c2c16858e95db9ae90726fa0da69b88457c1807 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 5 Dec 2012 13:09:49 +0100 Subject: o More common XML parsing and HTTP client code. o Reimplemented the Nexus code to consume the timeline instead of calculating its own diff. --- .../resources/nexus/recentlyDeployedArtifacts.xml | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 src/test/resources/nexus/recentlyDeployedArtifacts.xml (limited to 'src/test/resources/nexus/recentlyDeployedArtifacts.xml') diff --git a/src/test/resources/nexus/recentlyDeployedArtifacts.xml b/src/test/resources/nexus/recentlyDeployedArtifacts.xml new file mode 100755 index 0000000..1fe22d9 --- /dev/null +++ b/src/test/resources/nexus/recentlyDeployedArtifacts.xml @@ -0,0 +1,24 @@ + + + + New deployed artifacts + http://localhost:8081/repository/service/local/feeds/recentlyDeployedArtifacts + New deployed artifacts in all Nexus repositories (deployed). + 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 + + The artifact 'org.example:example:1.0-20121204.122640-536' 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.pom + developer + 2012-12-04T12:26:40Z + + + -- cgit v1.2.3