mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Can't release artifacts as multi-module due to some infinite recursuion bug in DirectoryScanner in plexus / scmexe. Trying to see if detaching them works.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2745 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
70ec4323a1
commit
aa73f6a427
21
pom.xml
21
pom.xml
|
@ -63,14 +63,6 @@
|
|||
<prerequisites>
|
||||
<maven>3.0</maven>
|
||||
</prerequisites>
|
||||
|
||||
<modules>
|
||||
<module>core</module>
|
||||
<module>javase</module>
|
||||
<module>android-integration</module>
|
||||
<module>zxingorg</module>
|
||||
<module>zxing.appspot.com</module>
|
||||
</modules>
|
||||
|
||||
<build>
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
|
@ -166,6 +158,19 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<version>2.4.1</version>
|
||||
<!-- Does this fix DirectoryScanner bug? -->
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.scm</groupId>
|
||||
<artifactId>maven-scm-provider-svnexe</artifactId>
|
||||
<version>1.8.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-utils</artifactId>
|
||||
<version>3.0.10</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
|
|
Loading…
Reference in a new issue