mirror of https://github.com/apache/maven.git
O Fixed typos
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@751805 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a9671864f7
commit
6d7ceeb341
|
@ -56,7 +56,7 @@ under the License.
|
|||
<goal>attach</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<attachedFile>test-classes/tests.jar</attachedFile>
|
||||
<attachedFile>classes-test/tests.jar</attachedFile>
|
||||
<artifactType>test-jar</artifactType>
|
||||
<artifactClassifier>tests</artifactClassifier>
|
||||
</configuration>
|
||||
|
@ -69,7 +69,7 @@ under the License.
|
|||
<goal>attach</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<attachedFile>main-classes/client.jar</attachedFile>
|
||||
<attachedFile>classes-main/client.jar</attachedFile>
|
||||
<artifactType>ejb-client</artifactType>
|
||||
<artifactClassifier>client</artifactClassifier>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue