Skip to content

Commit

Permalink
cleanup - name property referencing artifactId in case both have the …
Browse files Browse the repository at this point in the history
…same value

* make it obvious when both properties have the same value
* prevent copy&paste issues
  • Loading branch information
darxriggs committed Jan 17, 2015
1 parent 8113eb2 commit 58b9d68
Show file tree
Hide file tree
Showing 58 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion api/easymock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.6.2-SNAPSHOT</version>
</parent>
<artifactId>powermock-api-easymock</artifactId>
<name>powermock-api-easymock</name>
<name>${project.artifactId}</name>

<description>
PowerMock API for EasyMock.
Expand Down
2 changes: 1 addition & 1 deletion api/mockito/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<name>powermock-api-mockito</name>
<name>${project.artifactId}</name>

<description>
PowerMock API for Mockito.
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.powermock</groupId>
<artifactId>powermock-api</artifactId>
<packaging>pom</packaging>
<name>powermock-api</name>
<name>${project.artifactId}</name>

<description>
The mocking framework-specific interfaces to PowerMock.
Expand Down
2 changes: 1 addition & 1 deletion api/support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-support</artifactId>
<name>powermock-api-support</name>
<name>${project.artifactId}</name>

<description>
Utility classes.
Expand Down
2 changes: 1 addition & 1 deletion classloading/classloading-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-classloading-base</artifactId>
<name>powermock-classloading-base</name>
<name>${project.artifactId}</name>
<packaging>jar</packaging>

<description>
Expand Down
2 changes: 1 addition & 1 deletion classloading/classloading-objenesis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>jar</packaging>
<groupId>org.powermock</groupId>
<artifactId>powermock-classloading-objenesis</artifactId>
<name>powermock-classloading-objenesis</name>
<name>${project.artifactId}</name>

<description>
Performs classloader deep-cloning using Objenesis
Expand Down
2 changes: 1 addition & 1 deletion classloading/classloading-xstream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<packaging>jar</packaging>
<groupId>org.powermock</groupId>
<artifactId>powermock-classloading-xstream</artifactId>
<name>powermock-classloading-xstream</name>
<name>${project.artifactId}</name>

<description>
Performs classloader deep-cloning using X-Stream
Expand Down
2 changes: 1 addition & 1 deletion classloading/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.powermock</groupId>
<artifactId>powermock-classloading-module</artifactId>
<packaging>pom</packaging>
<name>powermock-classloading-module</name>
<name>${project.artifactId}</name>

<description>
PowerMock Classloading Module
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-core</artifactId>
<name>powermock-core</name>
<name>${project.artifactId}</name>
<url>http://www.powermock.org</url>

<description>
Expand Down
2 changes: 1 addition & 1 deletion examples/dom4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.6.2-SNAPSHOT</version>
</parent>
<artifactId>powermock-examples-dom4j</artifactId>
<name>powermock-examples-dom4j</name>
<name>${project.artifactId}</name>

<description>
Example showing how to suppress static initializers.
Expand Down
2 changes: 1 addition & 1 deletion examples/jdom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.powermock.examples</groupId>
<artifactId>powermock-examples-jdom</artifactId>
<name>powermock-examples-jdom</name>
<name>${project.artifactId}</name>

<description>
Example showing PowerMock used with jDom and static classes.
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.powermock.examples</groupId>
<artifactId>powermock-examples</artifactId>
<packaging>pom</packaging>
<name>powermock-examples</name>
<name>${project.artifactId}</name>

<description>
Examples of specific uses of PowerMock.
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-mockito-delegate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</parent>
<groupId>org.powermock.examples</groupId>
<artifactId>powermock-examples-spring-mockito-delegate</artifactId>
<name>powermock-examples-spring-mockito-delegate</name>
<name>${project.artifactId}</name>
<properties>
<spring.version>3.0.5.RELEASE</spring.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-mockito-xml-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</parent>
<groupId>org.powermock.examples</groupId>
<artifactId>powermock-examples-spring-mockito-xml-agent</artifactId>
<name>powermock-examples-spring-mockito-xml-agent</name>
<name>${project.artifactId}</name>
<properties>
<spring.version>3.0.5.RELEASE</spring.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-mockito-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</parent>
<groupId>org.powermock.examples</groupId>
<artifactId>powermock-examples-spring-mockito-xml</artifactId>
<name>powermock-examples-spring-mockito-xml</name>
<name>${project.artifactId}</name>
<properties>
<spring.version>3.0.5.RELEASE</spring.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-mockito/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</parent>
<groupId>org.powermock.examples</groupId>
<artifactId>powermock-examples-spring-mockito</artifactId>
<name>powermock-examples-spring-mockito</name>
<name>${project.artifactId}</name>
<properties>
<spring.version>3.0.5.RELEASE</spring.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/module-impl/agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-javaagent</artifactId>
<name>powermock-module-javaagent</name>
<name>${project.artifactId}</name>

<description>
PowerMock Java agent support.
Expand Down
2 changes: 1 addition & 1 deletion modules/module-impl/junit3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit3</artifactId>
<packaging>jar</packaging>
<name>powermock-module-junit3</name>
<name>${project.artifactId}</name>
<url>http://www.powermock.org</url>

<description>
Expand Down
2 changes: 1 addition & 1 deletion modules/module-impl/junit4-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4-common</artifactId>
<name>powermock-module-junit4-common</name>
<name>${project.artifactId}</name>

<description>
PowerMock support module for all versions of JUnit 4.x.
Expand Down
2 changes: 1 addition & 1 deletion modules/module-impl/junit4-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4-legacy</artifactId>
<name>powermock-module-junit4-legacy</name>
<name>${project.artifactId}</name>

<description>
PowerMock support module for JUnit 4.0-4.3.
Expand Down
2 changes: 1 addition & 1 deletion modules/module-impl/junit4-rule-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4-rule-agent</artifactId>
<name>powermock-module-junit4-rule-agent</name>
<name>${project.artifactId}</name>

<description>
PowerMock support module for JUnit 4.x rules with Java agent
Expand Down
2 changes: 1 addition & 1 deletion modules/module-impl/junit4-rule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4-rule</artifactId>
<name>powermock-module-junit4-rule</name>
<name>${project.artifactId}</name>
<description>
PowerMock support module for JUnit 4.x rules.
</description>
Expand Down
2 changes: 1 addition & 1 deletion modules/module-impl/junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<packaging>jar</packaging>
<name>powermock-module-junit4</name>
<name>${project.artifactId}</name>
<url>http://www.powermock.org</url>

<description>
Expand Down
2 changes: 1 addition & 1 deletion modules/module-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.powermock</groupId>
<artifactId>powermock-modules-impl</artifactId>
<packaging>pom</packaging>
<name>powermock-modules-impl</name>
<name>${project.artifactId}</name>
<description>
PowerMock support modules for JUnit and TestNG.
</description>
Expand Down
2 changes: 1 addition & 1 deletion modules/module-impl/testng-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.powermock</groupId>
<artifactId>powermock-module-testng-agent</artifactId>
<packaging>jar</packaging>
<name>powermock-module-testng-agent</name>
<name>${project.artifactId}</name>
<url>http://www.powermock.org</url>

<description>
Expand Down
2 changes: 1 addition & 1 deletion modules/module-impl/testng-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.powermock</groupId>
<artifactId>powermock-module-testng-common</artifactId>
<packaging>jar</packaging>
<name>powermock-module-testng-common</name>
<name>${project.artifactId}</name>
<url>http://www.powermock.org</url>

<description>
Expand Down
2 changes: 1 addition & 1 deletion modules/module-impl/testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.powermock</groupId>
<artifactId>powermock-module-testng</artifactId>
<packaging>jar</packaging>
<name>powermock-module-testng</name>
<name>${project.artifactId}</name>
<url>http://www.powermock.org</url>

<description>
Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/easymock/junit3-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-test-easymock-junit3</artifactId>
<name>powermock-module-test-easymock-junit3</name>
<name>${project.artifactId}</name>

<description>
Tests for EasyMock module with JUnit 3.x.
Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/easymock/junit4-legacy-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-test-easymock-junit4-legacy</artifactId>
<name>powermock-module-test-easymock-junit4-legacy</name>
<name>${project.artifactId}</name>

<description>
Tests for EasyMock module with JUnit 4.0-4.3.
Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/easymock/junit4-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-test-easymock-junit4</artifactId>
<name>powermock-module-test-easymock-junit4</name>
<name>${project.artifactId}</name>

<description>
Tests for EasyMock module with JUnit 4.x.
Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/easymock/junit410-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-test-easymock-junit410</artifactId>
<name>powermock-module-test-easymock-junit410</name>
<name>${project.artifactId}</name>

<description>
Tests for EasyMock module with JUnit 4.10.
Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/easymock/junit45-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-test-easymock-junit45</artifactId>
<name>powermock-module-test-easymock-junit45</name>
<name>${project.artifactId}</name>

<description>
Tests for EasyMock module with JUnit 4.5.
Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/easymock/junit47-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-test-easymock-junit47</artifactId>
<name>powermock-module-test-easymock-junit47</name>
<name>${project.artifactId}</name>

<description>
Tests for EasyMock module with JUnit 4.7.
Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/easymock/junit48-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-test-easymock-junit48</artifactId>
<name>powermock-module-test-easymock-junit48</name>
<name>${project.artifactId}</name>

<description>
Tests for EasyMock module with JUnit 4.8.
Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/easymock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.powermock</groupId>
<artifactId>powermock-modules-easymock-test</artifactId>
<packaging>pom</packaging>
<name>powermock-modules-easymock-test</name>
<name>${project.artifactId}</name>

<description>
Tests for EasyMock module with various test frameworks.
Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/easymock/testng-agent-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.6.2-SNAPSHOT</version>
</parent>
<artifactId>powermock-module-test-easymock-testng-agent</artifactId>
<name>powermock-module-test-easymock-testng-agent</name>
<name>${project.artifactId}</name>

<description>
Tests for EasyMock module with TestNG and PowerMock java agent.
Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/easymock/testng-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.6.2-SNAPSHOT</version>
</parent>
<artifactId>powermock-module-test-easymock-testng</artifactId>
<name>powermock-module-test-easymock-testng</name>
<name>${project.artifactId}</name>

<description>
Tests for EasyMock module with TestNG.
Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/mockito/junit4-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-test-mockito-junit4-agent</artifactId>
<name>powermock-module-test-mockito-junit4-agent</name>
<name>${project.artifactId}</name>

<description>
Tests for PowerMock Java agent with JUnit4 and Mockito
Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/mockito/junit4-delegate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-test-mockito-junit4-delegate</artifactId>
<name>powermock-module-test-mockito-junit4-delegate</name>
<name>${project.artifactId}</name>

<description>
Tests for PowerMock JUnit4 runner-delegate and Mockito
Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/mockito/junit4-rule-objenesis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-junit4-rule-objenesis-test</artifactId>
<name>powermock-junit4-rule-objenesis-test</name>
<name>${project.artifactId}</name>

<description>
Tests for PowerMock Rule using Objenesis Deepcloning
Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/mockito/junit4-rule-xstream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.powermock</groupId>
<artifactId>powermock-junit4-rule-xstream-test</artifactId>
<name>powermock-junit4-rule-xstream-test</name>
<name>${project.artifactId}</name>

<description>
Tests for PowerMock Rule using XStream Deepcloning
Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/mockito/junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.powermock</groupId>
<artifactId>powermock-module-test-mockito-junit4</artifactId>
<name>powermock-module-test-mockito-junit4</name>
<name>${project.artifactId}</name>

<description>
Tests for Mockito module with JUnit 4.x.
Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/mockito/junit49/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.powermock</groupId>
<artifactId>powermock-module-mockito-junit49-test</artifactId>
<name>powermock-module-mockito-junit49-test</name>
<name>${project.artifactId}</name>

<description>
Tests for Mockito module with JUnit 4.9.
Expand Down
2 changes: 1 addition & 1 deletion modules/module-test/mockito/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.powermock</groupId>
<artifactId>powermock-modules-test-mockito</artifactId>
<name>powermock-modules-test-mockito</name>
<name>${project.artifactId}</name>
<packaging>pom</packaging>

<description>
Expand Down
Loading

0 comments on commit 58b9d68

Please sign in to comment.