HTTPCLIENT-827: publish httpclient test-jar
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@747327 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
646aeb339c
commit
bb7c2d09c9
|
@ -53,9 +53,9 @@
|
|||
</licenses>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0-beta2/module-client</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0-beta2/module-client</developerConnection>
|
||||
<url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0-beta2/module-client</url>
|
||||
<connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client</developerConnection>
|
||||
<url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client</url>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
|
@ -119,6 +119,17 @@
|
|||
<showDeprecations>${maven.compile.deprecation}</showDeprecations>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>test-jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
</plugin>
|
||||
|
|
|
@ -53,9 +53,9 @@
|
|||
</licenses>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0-beta2/module-httpmime</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0-beta2/module-httpmime</developerConnection>
|
||||
<url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0-beta2/module-httpmime</url>
|
||||
<connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-httpmime</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-httpmime</developerConnection>
|
||||
<url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-httpmime</url>
|
||||
</scm>
|
||||
|
||||
<dependencies>
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -64,9 +64,9 @@
|
|||
</issueManagement>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0-beta2</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0-beta2</developerConnection>
|
||||
<url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.0-beta2</url>
|
||||
<connection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk</developerConnection>
|
||||
<url>https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk</url>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
|
|
Loading…
Reference in New Issue