Skip to content

Commit

Permalink
[SHRINKRES-92] removed unnecessary spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatloka authored and ALRubinger committed Dec 4, 2012
1 parent 02ebeb6 commit 9d8a08d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class OfflineRepositoryTestCase {

@Rule
public ExpectedException exception = ExpectedException.none();

@BeforeClass
public static void initialize(){
System.clearProperty("maven.repo.local"); // May conflict with release settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class RepositoryAuthTestCase {
private static final int HTTP_TEST_PORT = 12345;

private Server server;

@BeforeClass
public static void initialize(){
System.clearProperty("maven.repo.local"); // May conflict with release settings
Expand Down
2 changes: 1 addition & 1 deletion impl-maven/src/test/resources/poms/install-all.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
<pomFile>${basedir}/test-parent.xml</pomFile>
</configuration>
</execution>

<execution>
<id>install-parent-depmngmt</id>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion impl-maven/src/test/resources/poms/test-deps-j.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>org.jboss.shrinkwrap.test</groupId>
<artifactId>test-managed-dependency</artifactId>
<version>1.0.0</version>
<version>1.0.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion impl-maven/src/test/resources/profiles/settings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<localRepository>target/profile-repository</localRepository>
<localRepository>target/profile-repository</localRepository>

<profiles>
<profile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>org.jboss.shrinkwrap.test</groupId>
<artifactId>test-managed-dependency</artifactId>
<version>1.0.0</version>
<version>1.0.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 9d8a08d

Please sign in to comment.