Skip to content

Commit

Permalink
More tweeks to the unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chtompki committed Jan 7, 2018
1 parent 2f945be commit 0569fd5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
@@ -0,0 +1 @@
Empty for now.
Expand Up @@ -153,7 +153,6 @@ private void copyReleaseNotesToWorkingDirectory() throws MojoExecutionException
copiedReleaseNotesAbsolutePath.append("/scm/");
copiedReleaseNotesAbsolutePath.append(releaseNotes.getName());
File copiedReleaseNotes = new File(copiedReleaseNotesAbsolutePath.toString());
getLog().info("Copying: " + releaseNotes.getName());
SharedFunctions.copyFile(getLog(), releaseNotes, copiedReleaseNotes);
}

Expand Down
7 changes: 3 additions & 4 deletions src/site/xdoc/index.xml
Expand Up @@ -28,12 +28,11 @@

<body>

<section name="Build Plugin">
<section name="Release Plugin">

<p>
This is a <a href="http://maven.apache.org/">Maven 2.x/3.x</a>
<a href="http://ant.apache.org/">Ant</a> Plugin which is
used by <a href="http://commons.apache.org/">Apache Commons</a> builds. See
This is a <a href="http://maven.apache.org/">Maven 2.x/3.x</a>Plugin which is
used by <a href="http://commons.apache.org/">Apache Commons</a> releases. See
the <a href="development.html">Development</a> page for information to
help maintain this plugin.
</p>
Expand Down
Expand Up @@ -21,7 +21,6 @@
import org.apache.maven.plugin.testing.stubs.ArtifactStub;
import org.apache.maven.plugin.testing.stubs.MavenProjectStub;
import org.apache.maven.project.MavenProject;
import org.apache.maven.project.artifact.AttachedArtifact;

import java.io.File;
import java.util.ArrayList;
Expand Down
Expand Up @@ -22,11 +22,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.commons.plugin.my.unit</groupId>
<artifactId>compress-site-test</artifactId>
<groupId>org.apache.commons.release.plugin.unit</groupId>
<artifactId>detatch-distributions-test</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Test MyMojo</name>
<name>Mock Pom For Testing CommonsDistributionDetatchmentMojo</name>

<dependencies>
<dependency>
Expand Down

0 comments on commit 0569fd5

Please sign in to comment.