Generate source jars in the build phase; Upgrade HttpCore dependency to 4.0-beta2-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@653860 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
879988b8e5
commit
9b340a0559
13
pom.xml
13
pom.xml
|
@ -70,7 +70,7 @@
|
|||
</scm>
|
||||
|
||||
<properties>
|
||||
<httpcore.version>4.0-beta1</httpcore.version>
|
||||
<httpcore.version>4.0-beta2-SNAPSHOT</httpcore.version>
|
||||
<commons-logging.version>1.1.1</commons-logging.version>
|
||||
<commons-codec.version>1.3</commons-codec.version>
|
||||
<commons-io.version>1.2</commons-io.version>
|
||||
|
@ -85,6 +85,17 @@
|
|||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-sources</id>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue