mirror of https://github.com/apache/maven.git
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/maven
This commit is contained in:
commit
d659d21df1
|
@ -8,6 +8,7 @@ bin/
|
||||||
*.ipr
|
*.ipr
|
||||||
*.iml
|
*.iml
|
||||||
.idea
|
.idea
|
||||||
|
out/
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/bootstrap
|
/bootstrap
|
||||||
|
|
|
@ -115,7 +115,7 @@ public class DefaultArtifactResolver
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
executor =
|
executor =
|
||||||
new ThreadPoolExecutor( 0, threads, 3, TimeUnit.SECONDS, new LinkedBlockingQueue<Runnable>(),
|
new ThreadPoolExecutor( threads, threads, 3, TimeUnit.SECONDS, new LinkedBlockingQueue<Runnable>(),
|
||||||
new DaemonThreadCreator() );
|
new DaemonThreadCreator() );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -53,7 +53,7 @@
|
||||||
<wagonVersion>2.4</wagonVersion>
|
<wagonVersion>2.4</wagonVersion>
|
||||||
<securityDispatcherVersion>1.3</securityDispatcherVersion>
|
<securityDispatcherVersion>1.3</securityDispatcherVersion>
|
||||||
<cipherVersion>1.7</cipherVersion>
|
<cipherVersion>1.7</cipherVersion>
|
||||||
<modelloVersion>1.6</modelloVersion>
|
<modelloVersion>1.7</modelloVersion>
|
||||||
<jxpathVersion>1.3</jxpathVersion>
|
<jxpathVersion>1.3</jxpathVersion>
|
||||||
<aetherVersion>1.13.1</aetherVersion>
|
<aetherVersion>1.13.1</aetherVersion>
|
||||||
<slf4jVersion>1.7.2</slf4jVersion>
|
<slf4jVersion>1.7.2</slf4jVersion>
|
||||||
|
|
Loading…
Reference in New Issue