mirror of
https://github.com/zxing/zxing.git
synced 2025-02-21 02:55:27 -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
|
@ -64,14 +64,6 @@
|
||||||
<maven>3.0</maven>
|
<maven>3.0</maven>
|
||||||
</prerequisites>
|
</prerequisites>
|
||||||
|
|
||||||
<modules>
|
|
||||||
<module>core</module>
|
|
||||||
<module>javase</module>
|
|
||||||
<module>android-integration</module>
|
|
||||||
<module>zxingorg</module>
|
|
||||||
<module>zxing.appspot.com</module>
|
|
||||||
</modules>
|
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<sourceDirectory>src</sourceDirectory>
|
<sourceDirectory>src</sourceDirectory>
|
||||||
<outputDirectory>build</outputDirectory>
|
<outputDirectory>build</outputDirectory>
|
||||||
|
@ -166,6 +158,19 @@
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<version>2.4.1</version>
|
<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>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-deploy-plugin</artifactId>
|
<artifactId>maven-deploy-plugin</artifactId>
|
||||||
|
|
Loading…
Reference in a new issue