You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Scott Shambarger <sc...@shambarger.net> on 2011/12/27 01:41:24 UTC

Unable to use maven-ant-tasks

I'm new to ant and maven, so I'm sure this is a silly 
question....still, I'm stuck.

I'm using the rpm install of ant/maven/etc for Fedora 16.  I'm trying 
to build a project that requires ant and maven, and uses maven-ant-tasks 
(I have maven-ant-tasks-2.1.1-8.fc16 installed), however, I always 
receive the following error:

BUILD FAILED
/opt/devel/test/build.xml:4: Problem: failed to create task or type 
antlib:org.apache.maven.artifact.ant:remoteRepository
Cause: The name is undefined.

I'm pretty sure I have some sort of configuration error, but after 
several hours crawling the examples and docs, I'm just not making any 
progress... I don't have CLASSPATH defined, and have tried using ant 
-noclasspath with the same results.

I've linked the /usr/share/java/maven-ant-tasks.jar (from the rpm) into 
my ~/.ant/lib directory, and reduced the build.xml file to the following 
(this file uses the same syntax as the project I'm trying to build, and 
produces the same error):

--- build.xml
<?xml version="1.0" ?>

<project name="Test" default="help" basedir="." 
xmlns:artifact="antlib:org.apache.maven.artifact.ant">
   <artifact:remoteRepository id="my.repository" 
url="http://example.com">
     <snapshots updatePolicy="always" />
   </artifact:remoteRepository>
   <target name="help">
     <echo message="Test"/>
   </target>
</project>
---- end build.xml

This appears to follow the example on 
http://maven.apache.org/ant-tasks/installation.html which has the 
following:

<project ... xmlns:artifact="antlib:org.apache.maven.artifact.ant">
   ...
</project>

The output of ant -diagnostics are:

------- Ant diagnostics report -------
Apache Ant(TM) version 1.8.2 compiled on July 6 2011

-------------------------------------------
  Implementation Version
-------------------------------------------
core tasks     : 1.8.2 in file:/usr/share/java/ant.jar

-------------------------------------------
  ANT PROPERTIES
-------------------------------------------
ant.version: Apache Ant(TM) version 1.8.2 compiled on July 6 2011
ant.java.version: 1.6
Is this the Apache Harmony VM? no
Is this the Kaffe VM? no
Is this gij/gcj? no
ant.core.lib: /usr/share/java/ant.jar
ant.home: /usr/share/ant

-------------------------------------------
  ANT_HOME/lib jar listing
-------------------------------------------
ant.home: /usr/share/ant
ant-junit.jar (102000 bytes)
ant.jar (1935105 bytes)
ant-bootstrap.jar (19759 bytes)
ant-launcher.jar (12307 bytes)

-------------------------------------------
  USER_HOME/.ant/lib jar listing
-------------------------------------------
user.home: /opt/devel
maven-ant-tasks.jar (61063 bytes)

-------------------------------------------
  Tasks availability
-------------------------------------------
p4reopen : Not Available (the implementation class is not present)
...(cut short for simplicity)
ddcreator : Not Available (the implementation class is not present)
A task being missing/unavailable should only matter if you are trying 
to use it

-------------------------------------------
  org.apache.env.Which diagnostics
-------------------------------------------
Not available.
Download it at http://xml.apache.org/commons/

-------------------------------------------
  XML Parser information
-------------------------------------------
XML Parser : org.apache.xerces.jaxp.SAXParserImpl
XML Parser Location: file:/usr/share/java/xerces-j2-2.11.0.jar
Namespace-aware parser : 
org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser
Namespace-aware parser Location: 
file:/usr/share/java/xerces-j2-2.11.0.jar

-------------------------------------------
  XSLT Processor information
-------------------------------------------
XSLT Processor : 
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl
XSLT Processor Location: unknown

-------------------------------------------
  System properties
-------------------------------------------
java.runtime.name : OpenJDK Runtime Environment
sun.boot.library.path : 
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64
java.vm.version : 20.0-b11
ant.library.dir : /usr/share/ant/lib
java.vm.vendor : Sun Microsystems Inc.
java.vendor.url : http://java.sun.com/
path.separator : :
java.vm.name : OpenJDK 64-Bit Server VM
file.encoding.pkg : sun.io
user.country : US
sun.java.launcher : SUN_STANDARD
sun.os.patch.level : unknown
java.vm.specification.name : Java Virtual Machine Specification
user.dir : /opt/devel/test
java.runtime.version : 1.6.0_22-b22
java.awt.graphicsenv : sun.awt.X11GraphicsEnvironment
java.endorsed.dirs : 
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/endorsed
os.arch : amd64
java.io.tmpdir : /tmp
line.separator :

java.vm.specification.vendor : Sun Microsystems Inc.
os.name : Linux
ant.home : /usr/share/ant
sun.jnu.encoding : UTF-8
java.library.path : 
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/server:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
java.specification.name : Java Platform API Specification
java.class.version : 50.0
sun.management.compiler : HotSpot 64-Bit Tiered Compilers
os.version : 3.1.5-6.fc16.x86_64
user.home : /opt/devel
user.timezone :
java.awt.printerjob : sun.print.PSPrinterJob
file.encoding : UTF-8
java.specification.version : 1.6
user.name : devel
java.class.path : 
/usr/share/java/ant.jar:/usr/share/java/ant-launcher.jar:/usr/share/java/jaxp_parser_impl.jar:/usr/share/java/xml-commons-apis.jar:/usr/share/java/ant/ant-contrib.jar:/usr/share/java/cobertura.jar:/usr/share/java/junit4.jar:/usr/share/java/log4j.jar:/usr/share/java/oro.jar:/usr/share/java/xerces-j2.jar:/usr/share/java/jtidy.jar:/usr/share/java/ant/ant-junit.jar:/usr/lib/jvm/java/lib/tools.jar:/opt/devel/.ant/lib/maven-ant-tasks.jar:/usr/share/ant/lib/ant-junit.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-bootstrap.jar:/usr/share/ant/lib/ant-launcher.jar
java.vm.specification.version : 1.0
sun.arch.data.model : 64
java.home : /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
sun.java.command : org.apache.tools.ant.launch.Launcher -cp  
-diagnostics
java.specification.vendor : Sun Microsystems Inc.
user.language : en
java.vm.info : mixed mode
java.version : 1.6.0_22
java.ext.dirs : 
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/ext:/usr/java/packages/lib/ext
sun.boot.class.path : 
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/resources.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/rt.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/jsse.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/jce.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/charsets.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/netx.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/plugin.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/rhino.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/modules/jdk.boot.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/classes
java.vendor : Sun Microsystems Inc.
file.separator : /
java.vendor.url.bug : http://java.sun.com/cgi-bin/bugreport.cgi
sun.cpu.endian : little
sun.io.unicode.encoding : UnicodeLittle
sun.cpu.isalist :

-------------------------------------------
  Temp dir
-------------------------------------------
Temp dir is /tmp
Temp dir is writeable
Temp dir alignment with system clock is -536 ms

-------------------------------------------
  Locale information
-------------------------------------------
Timezone Pacific Standard Time offset=-28800000

-------------------------------------------
  Proxy information
-------------------------------------------
Java1.5+ proxy settings:
Direct connection

Any suggestions on debugging this problem?  I've tried ant -d -v but 
they don't provide any useful insights...

Thanks,
Scott



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Unable to use maven-ant-tasks

Posted by Benson Margulies <bi...@gmail.com>.
On Thu, Dec 29, 2011 at 9:55 AM, Wayne Fay <wa...@gmail.com> wrote:
>> listing in ant -diagnostics).  I was hoping that since maven-ant-tasks
>> is developed as part of maven, that someone on the list would be using
>> it and have some insight as to what I was doing wrong.
>
> I agree with your premise. Sorry I couldn't be more help but I haven't
> used Ant in a while.
>
>> As a followup, I can confirm that adding:
> ...
>> to the project does cause the error to go away, but none of the "put
>> the jar in the .ant/lib" or "pass it to ant with the -lib parameter"
>> methods work.  Perhaps the installation instructions for the maven ant
>> tasks are out of date?

Hmm. I am always suspicious of the mess made when the Linux distro
people get busy mangling maven.

Could you possibly be troubled to download a clean copy of ant in a
tarball from ant.apache.org, and see how well the directions work, and
open a JIRA ticket if they are indeed not correct?


>
> I can't tell you how much I (and other regulars on this list)
> appreciate your reply. This will really help other maven-ant-tasks
> users if/when they run across this issue since this ML is indexed by
> Google etc.
>
> Perhaps someone will also look into updating the documentation if it
> does not work as you have indicated.
>
> Wayne
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Unable to use maven-ant-tasks

Posted by Wayne Fay <wa...@gmail.com>.
> listing in ant -diagnostics).  I was hoping that since maven-ant-tasks
> is developed as part of maven, that someone on the list would be using
> it and have some insight as to what I was doing wrong.

I agree with your premise. Sorry I couldn't be more help but I haven't
used Ant in a while.

> As a followup, I can confirm that adding:
...
> to the project does cause the error to go away, but none of the "put
> the jar in the .ant/lib" or "pass it to ant with the -lib parameter"
> methods work.  Perhaps the installation instructions for the maven ant
> tasks are out of date?

I can't tell you how much I (and other regulars on this list)
appreciate your reply. This will really help other maven-ant-tasks
users if/when they run across this issue since this ML is indexed by
Google etc.

Perhaps someone will also look into updating the documentation if it
does not work as you have indicated.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Unable to use maven-ant-tasks

Posted by Scott Shambarger <sc...@shambarger.net>.
On Wed, 28 Dec 2011 19:41:31 -0800, Scott Shambarger wrote:
> On Tue, 27 Dec 2011 21:50:34 -0600, Wayne Fay wrote:
>>> <project name="Test" default="help" basedir="."
>>> xmlns:artifact="antlib:org.apache.maven.artifact.ant">
>>>    <artifact:remoteRepository id="my.repository"
>>> url="http://example.com">
>>

As a followup, I can confirm that adding:

<path id="maven-ant-tasks.classpath" path="lib/maven-ant-tasks.jar" />
   <typedef resource="org/apache/maven/artifact/ant/antlib.xml"
            uri="antlib:org.apache.maven.artifact.ant"
            classpathref="maven-ant-tasks.classpath" />

to the project does cause the error to go away, but none of the "put 
the jar in the .ant/lib" or "pass it to ant with the -lib parameter" 
methods work.  Perhaps the installation instructions for the maven ant 
tasks are out of date?

Scott


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Unable to use maven-ant-tasks

Posted by Scott Shambarger <sc...@shambarger.net>.
Thanks for the suggestion, however it didn't appear to change anything. 
I'm guessing the "remoteRepository" is the name that's undefined, so 
I'm guessing that maven-ant-tasks.jar isn't being loaded (despite it's 
listing in ant -diagnostics).  I was hoping that since maven-ant-tasks 
is developed as part of maven, that someone on the list would be using 
it and have some insight as to what I was doing wrong.

I guess I'll go haunt the ant user's group for awhile, and see if 
anyone there might have encountered this error.

Thanks,
Scott

On Tue, 27 Dec 2011 21:50:34 -0600, Wayne Fay wrote:
>> <project name="Test" default="help" basedir="."
>> xmlns:artifact="antlib:org.apache.maven.artifact.ant">
>>    <artifact:remoteRepository id="my.repository"
>> url="http://example.com">
>
> I'd try adding name="blah" after id="..." and url="..." and see if
> that does anything.
>
> Wayne
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Unable to use maven-ant-tasks

Posted by Wayne Fay <wa...@gmail.com>.
First off, I don't use maven-ant-tasks, so I have no idea if this is
helpful or not...

> BUILD FAILED
> /opt/devel/test/build.xml:4: Problem: failed to create task or type
> antlib:org.apache.maven.artifact.ant:remoteRepository
> Cause: The name is undefined.

This suggests to me that line 4 in your build.xml has an issue,
something related to your declaration of remoteRepository,
specifically that you have not declared a valid "name" attribute.

> --- build.xml
> <?xml version="1.0" ?>
>
> <project name="Test" default="help" basedir="."
> xmlns:artifact="antlib:org.apache.maven.artifact.ant">
>    <artifact:remoteRepository id="my.repository"
> url="http://example.com">

I'd try adding name="blah" after id="..." and url="..." and see if
that does anything.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Unable to use maven-ant-tasks

Posted by Scott Shambarger <sc...@shambarger.net>.
I tried the latest binary ant release from ant.apache.org and my original build.xml test works perfectly (with just the xmlns).  It appears that there's some problem with the Fedora 16 rpm release of ant that is causing the problem.  I'll probably need to find a good testcase and report an issue against Fedora.

Thanks,
Scott

On Jan 3, 2012, at 10:16 AM, Matt Walsh wrote:

> I'm using maven-ant-tasks 2.1.3 with just the xmlns specification with no problems.
> I have it installed in ANT_HOME/lib, but initially used it from HOME/.ant/lib with no problems. Haven't tried it with the -lib parameter, but no reason to believe it wouldn't work that way as well.
> 
> Maybe try upgrading to the 2.1.3 version, which is the latest released version.
> 
> Matt
> 
>> -----Original Message-----
>> From: Scott Shambarger [mailto:scott-maven@shambarger.net]
>> Sent: Monday, December 26, 2011 5:41 PM
>> To: users@maven.apache.org
>> Subject: Unable to use maven-ant-tasks
>> 
>> I'm new to ant and maven, so I'm sure this is a silly
>> question....still, I'm stuck.
>> 
>> I'm using the rpm install of ant/maven/etc for Fedora 16.  I'm trying
>> to build a project that requires ant and maven, and uses maven-ant-
>> tasks
>> (I have maven-ant-tasks-2.1.1-8.fc16 installed), however, I always
>> receive the following error:
>> 
>> BUILD FAILED
>> /opt/devel/test/build.xml:4: Problem: failed to create task or type
>> antlib:org.apache.maven.artifact.ant:remoteRepository
>> Cause: The name is undefined.
>> 
>> I'm pretty sure I have some sort of configuration error, but after
>> several hours crawling the examples and docs, I'm just not making any
>> progress... I don't have CLASSPATH defined, and have tried using ant
>> -noclasspath with the same results.
>> 
>> I've linked the /usr/share/java/maven-ant-tasks.jar (from the rpm) into
>> my ~/.ant/lib directory, and reduced the build.xml file to the
>> following
>> (this file uses the same syntax as the project I'm trying to build, and
>> produces the same error):
>> 
>> --- build.xml
>> <?xml version="1.0" ?>
>> 
>> <project name="Test" default="help" basedir="."
>> xmlns:artifact="antlib:org.apache.maven.artifact.ant">
>>   <artifact:remoteRepository id="my.repository"
>> url="http://example.com">
>>     <snapshots updatePolicy="always" />
>>   </artifact:remoteRepository>
>>   <target name="help">
>>     <echo message="Test"/>
>>   </target>
>> </project>
>> ---- end build.xml
>> 
>> This appears to follow the example on
>> http://maven.apache.org/ant-tasks/installation.html which has the
>> following:
>> 
>> <project ... xmlns:artifact="antlib:org.apache.maven.artifact.ant">
>>   ...
>> </project>
>> 
>> The output of ant -diagnostics are:
>> 
>> ------- Ant diagnostics report -------
>> Apache Ant(TM) version 1.8.2 compiled on July 6 2011
>> 
>> -------------------------------------------
>>  Implementation Version
>> -------------------------------------------
>> core tasks     : 1.8.2 in file:/usr/share/java/ant.jar
>> 
>> -------------------------------------------
>>  ANT PROPERTIES
>> -------------------------------------------
>> ant.version: Apache Ant(TM) version 1.8.2 compiled on July 6 2011
>> ant.java.version: 1.6
>> Is this the Apache Harmony VM? no
>> Is this the Kaffe VM? no
>> Is this gij/gcj? no
>> ant.core.lib: /usr/share/java/ant.jar
>> ant.home: /usr/share/ant
>> 
>> -------------------------------------------
>>  ANT_HOME/lib jar listing
>> -------------------------------------------
>> ant.home: /usr/share/ant
>> ant-junit.jar (102000 bytes)
>> ant.jar (1935105 bytes)
>> ant-bootstrap.jar (19759 bytes)
>> ant-launcher.jar (12307 bytes)
>> 
>> -------------------------------------------
>>  USER_HOME/.ant/lib jar listing
>> -------------------------------------------
>> user.home: /opt/devel
>> maven-ant-tasks.jar (61063 bytes)
>> 
>> -------------------------------------------
>>  Tasks availability
>> -------------------------------------------
>> p4reopen : Not Available (the implementation class is not present)
>> ...(cut short for simplicity)
>> ddcreator : Not Available (the implementation class is not present)
>> A task being missing/unavailable should only matter if you are trying
>> to use it
>> 
>> -------------------------------------------
>>  org.apache.env.Which diagnostics
>> -------------------------------------------
>> Not available.
>> Download it at http://xml.apache.org/commons/
>> 
>> -------------------------------------------
>>  XML Parser information
>> -------------------------------------------
>> XML Parser : org.apache.xerces.jaxp.SAXParserImpl
>> XML Parser Location: file:/usr/share/java/xerces-j2-2.11.0.jar
>> Namespace-aware parser :
>> org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser
>> Namespace-aware parser Location:
>> file:/usr/share/java/xerces-j2-2.11.0.jar
>> 
>> -------------------------------------------
>>  XSLT Processor information
>> -------------------------------------------
>> XSLT Processor :
>> com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl
>> XSLT Processor Location: unknown
>> 
>> -------------------------------------------
>>  System properties
>> -------------------------------------------
>> java.runtime.name : OpenJDK Runtime Environment
>> sun.boot.library.path :
>> /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64
>> java.vm.version : 20.0-b11
>> ant.library.dir : /usr/share/ant/lib
>> java.vm.vendor : Sun Microsystems Inc.
>> java.vendor.url : http://java.sun.com/
>> path.separator : :
>> java.vm.name : OpenJDK 64-Bit Server VM
>> file.encoding.pkg : sun.io
>> user.country : US
>> sun.java.launcher : SUN_STANDARD
>> sun.os.patch.level : unknown
>> java.vm.specification.name : Java Virtual Machine Specification
>> user.dir : /opt/devel/test
>> java.runtime.version : 1.6.0_22-b22
>> java.awt.graphicsenv : sun.awt.X11GraphicsEnvironment
>> java.endorsed.dirs :
>> /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/endorsed
>> os.arch : amd64
>> java.io.tmpdir : /tmp
>> line.separator :
>> 
>> java.vm.specification.vendor : Sun Microsystems Inc.
>> os.name : Linux
>> ant.home : /usr/share/ant
>> sun.jnu.encoding : UTF-8
>> java.library.path :
>> /usr/lib/jvm/java-1.6.0-openjdk-
>> 1.6.0.0.x86_64/jre/lib/amd64/server:/usr/lib/jvm/java-1.6.0-openjdk-
>> 1.6.0.0.x86_64/jre/lib/amd64:/usr/lib/jvm/java-1.6.0-openjdk-
>> 1.6.0.0.x86_64/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64
>> :/lib64:/lib:/usr/lib
>> java.specification.name : Java Platform API Specification
>> java.class.version : 50.0
>> sun.management.compiler : HotSpot 64-Bit Tiered Compilers
>> os.version : 3.1.5-6.fc16.x86_64
>> user.home : /opt/devel
>> user.timezone :
>> java.awt.printerjob : sun.print.PSPrinterJob
>> file.encoding : UTF-8
>> java.specification.version : 1.6
>> user.name : devel
>> java.class.path :
>> /usr/share/java/ant.jar:/usr/share/java/ant-
>> launcher.jar:/usr/share/java/jaxp_parser_impl.jar:/usr/share/java/xml-
>> commons-apis.jar:/usr/share/java/ant/ant-
>> contrib.jar:/usr/share/java/cobertura.jar:/usr/share/java/junit4.jar:/u
>> sr/share/java/log4j.jar:/usr/share/java/oro.jar:/usr/share/java/xerces-
>> j2.jar:/usr/share/java/jtidy.jar:/usr/share/java/ant/ant-
>> junit.jar:/usr/lib/jvm/java/lib/tools.jar:/opt/devel/.ant/lib/maven-
>> ant-tasks.jar:/usr/share/ant/lib/ant-
>> junit.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-
>> bootstrap.jar:/usr/share/ant/lib/ant-launcher.jar
>> java.vm.specification.version : 1.0
>> sun.arch.data.model : 64
>> java.home : /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
>> sun.java.command : org.apache.tools.ant.launch.Launcher -cp
>> -diagnostics
>> java.specification.vendor : Sun Microsystems Inc.
>> user.language : en
>> java.vm.info : mixed mode
>> java.version : 1.6.0_22
>> java.ext.dirs :
>> /usr/lib/jvm/java-1.6.0-openjdk-
>> 1.6.0.0.x86_64/jre/lib/ext:/usr/java/packages/lib/ext
>> sun.boot.class.path :
>> /usr/lib/jvm/java-1.6.0-openjdk-
>> 1.6.0.0.x86_64/jre/lib/resources.jar:/usr/lib/jvm/java-1.6.0-openjdk-
>> 1.6.0.0.x86_64/jre/lib/rt.jar:/usr/lib/jvm/java-1.6.0-openjdk-
>> 1.6.0.0.x86_64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-1.6.0-openjdk-
>> 1.6.0.0.x86_64/jre/lib/jsse.jar:/usr/lib/jvm/java-1.6.0-openjdk-
>> 1.6.0.0.x86_64/jre/lib/jce.jar:/usr/lib/jvm/java-1.6.0-openjdk-
>> 1.6.0.0.x86_64/jre/lib/charsets.jar:/usr/lib/jvm/java-1.6.0-openjdk-
>> 1.6.0.0.x86_64/jre/lib/netx.jar:/usr/lib/jvm/java-1.6.0-openjdk-
>> 1.6.0.0.x86_64/jre/lib/plugin.jar:/usr/lib/jvm/java-1.6.0-openjdk-
>> 1.6.0.0.x86_64/jre/lib/rhino.jar:/usr/lib/jvm/java-1.6.0-openjdk-
>> 1.6.0.0.x86_64/jre/lib/modules/jdk.boot.jar:/usr/lib/jvm/java-1.6.0-
>> openjdk-1.6.0.0.x86_64/jre/classes
>> java.vendor : Sun Microsystems Inc.
>> file.separator : /
>> java.vendor.url.bug : http://java.sun.com/cgi-bin/bugreport.cgi
>> sun.cpu.endian : little
>> sun.io.unicode.encoding : UnicodeLittle
>> sun.cpu.isalist :
>> 
>> -------------------------------------------
>>  Temp dir
>> -------------------------------------------
>> Temp dir is /tmp
>> Temp dir is writeable
>> Temp dir alignment with system clock is -536 ms
>> 
>> -------------------------------------------
>>  Locale information
>> -------------------------------------------
>> Timezone Pacific Standard Time offset=-28800000
>> 
>> -------------------------------------------
>>  Proxy information
>> -------------------------------------------
>> Java1.5+ proxy settings:
>> Direct connection
>> 
>> Any suggestions on debugging this problem?  I've tried ant -d -v but
>> they don't provide any useful insights...
>> 
>> Thanks,
>> Scott
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ______________________________________________________________________
> This message, including any attachments, is confidential and contains information intended only for the person(s) named above. Any other distribution, copying or disclosure is strictly prohibited. If you are not the intended recipient or have received this message in error, please notify us immediately by reply email and permanently delete the original transmission from all of your systems and hard drives, including any attachments, without making a copy.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Unable to use maven-ant-tasks

Posted by Matt Walsh <mw...@chartwelltechnology.com>.
I'm using maven-ant-tasks 2.1.3 with just the xmlns specification with no problems.
I have it installed in ANT_HOME/lib, but initially used it from HOME/.ant/lib with no problems. Haven't tried it with the -lib parameter, but no reason to believe it wouldn't work that way as well.

Maybe try upgrading to the 2.1.3 version, which is the latest released version.

Matt

> -----Original Message-----
> From: Scott Shambarger [mailto:scott-maven@shambarger.net]
> Sent: Monday, December 26, 2011 5:41 PM
> To: users@maven.apache.org
> Subject: Unable to use maven-ant-tasks
> 
> I'm new to ant and maven, so I'm sure this is a silly
> question....still, I'm stuck.
> 
> I'm using the rpm install of ant/maven/etc for Fedora 16.  I'm trying
> to build a project that requires ant and maven, and uses maven-ant-
> tasks
> (I have maven-ant-tasks-2.1.1-8.fc16 installed), however, I always
> receive the following error:
> 
> BUILD FAILED
> /opt/devel/test/build.xml:4: Problem: failed to create task or type
> antlib:org.apache.maven.artifact.ant:remoteRepository
> Cause: The name is undefined.
> 
> I'm pretty sure I have some sort of configuration error, but after
> several hours crawling the examples and docs, I'm just not making any
> progress... I don't have CLASSPATH defined, and have tried using ant
> -noclasspath with the same results.
> 
> I've linked the /usr/share/java/maven-ant-tasks.jar (from the rpm) into
> my ~/.ant/lib directory, and reduced the build.xml file to the
> following
> (this file uses the same syntax as the project I'm trying to build, and
> produces the same error):
> 
> --- build.xml
> <?xml version="1.0" ?>
> 
> <project name="Test" default="help" basedir="."
> xmlns:artifact="antlib:org.apache.maven.artifact.ant">
>    <artifact:remoteRepository id="my.repository"
> url="http://example.com">
>      <snapshots updatePolicy="always" />
>    </artifact:remoteRepository>
>    <target name="help">
>      <echo message="Test"/>
>    </target>
> </project>
> ---- end build.xml
> 
> This appears to follow the example on
> http://maven.apache.org/ant-tasks/installation.html which has the
> following:
> 
> <project ... xmlns:artifact="antlib:org.apache.maven.artifact.ant">
>    ...
> </project>
> 
> The output of ant -diagnostics are:
> 
> ------- Ant diagnostics report -------
> Apache Ant(TM) version 1.8.2 compiled on July 6 2011
> 
> -------------------------------------------
>   Implementation Version
> -------------------------------------------
> core tasks     : 1.8.2 in file:/usr/share/java/ant.jar
> 
> -------------------------------------------
>   ANT PROPERTIES
> -------------------------------------------
> ant.version: Apache Ant(TM) version 1.8.2 compiled on July 6 2011
> ant.java.version: 1.6
> Is this the Apache Harmony VM? no
> Is this the Kaffe VM? no
> Is this gij/gcj? no
> ant.core.lib: /usr/share/java/ant.jar
> ant.home: /usr/share/ant
> 
> -------------------------------------------
>   ANT_HOME/lib jar listing
> -------------------------------------------
> ant.home: /usr/share/ant
> ant-junit.jar (102000 bytes)
> ant.jar (1935105 bytes)
> ant-bootstrap.jar (19759 bytes)
> ant-launcher.jar (12307 bytes)
> 
> -------------------------------------------
>   USER_HOME/.ant/lib jar listing
> -------------------------------------------
> user.home: /opt/devel
> maven-ant-tasks.jar (61063 bytes)
> 
> -------------------------------------------
>   Tasks availability
> -------------------------------------------
> p4reopen : Not Available (the implementation class is not present)
> ...(cut short for simplicity)
> ddcreator : Not Available (the implementation class is not present)
> A task being missing/unavailable should only matter if you are trying
> to use it
> 
> -------------------------------------------
>   org.apache.env.Which diagnostics
> -------------------------------------------
> Not available.
> Download it at http://xml.apache.org/commons/
> 
> -------------------------------------------
>   XML Parser information
> -------------------------------------------
> XML Parser : org.apache.xerces.jaxp.SAXParserImpl
> XML Parser Location: file:/usr/share/java/xerces-j2-2.11.0.jar
> Namespace-aware parser :
> org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser
> Namespace-aware parser Location:
> file:/usr/share/java/xerces-j2-2.11.0.jar
> 
> -------------------------------------------
>   XSLT Processor information
> -------------------------------------------
> XSLT Processor :
> com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl
> XSLT Processor Location: unknown
> 
> -------------------------------------------
>   System properties
> -------------------------------------------
> java.runtime.name : OpenJDK Runtime Environment
> sun.boot.library.path :
> /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64
> java.vm.version : 20.0-b11
> ant.library.dir : /usr/share/ant/lib
> java.vm.vendor : Sun Microsystems Inc.
> java.vendor.url : http://java.sun.com/
> path.separator : :
> java.vm.name : OpenJDK 64-Bit Server VM
> file.encoding.pkg : sun.io
> user.country : US
> sun.java.launcher : SUN_STANDARD
> sun.os.patch.level : unknown
> java.vm.specification.name : Java Virtual Machine Specification
> user.dir : /opt/devel/test
> java.runtime.version : 1.6.0_22-b22
> java.awt.graphicsenv : sun.awt.X11GraphicsEnvironment
> java.endorsed.dirs :
> /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/endorsed
> os.arch : amd64
> java.io.tmpdir : /tmp
> line.separator :
> 
> java.vm.specification.vendor : Sun Microsystems Inc.
> os.name : Linux
> ant.home : /usr/share/ant
> sun.jnu.encoding : UTF-8
> java.library.path :
> /usr/lib/jvm/java-1.6.0-openjdk-
> 1.6.0.0.x86_64/jre/lib/amd64/server:/usr/lib/jvm/java-1.6.0-openjdk-
> 1.6.0.0.x86_64/jre/lib/amd64:/usr/lib/jvm/java-1.6.0-openjdk-
> 1.6.0.0.x86_64/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64
> :/lib64:/lib:/usr/lib
> java.specification.name : Java Platform API Specification
> java.class.version : 50.0
> sun.management.compiler : HotSpot 64-Bit Tiered Compilers
> os.version : 3.1.5-6.fc16.x86_64
> user.home : /opt/devel
> user.timezone :
> java.awt.printerjob : sun.print.PSPrinterJob
> file.encoding : UTF-8
> java.specification.version : 1.6
> user.name : devel
> java.class.path :
> /usr/share/java/ant.jar:/usr/share/java/ant-
> launcher.jar:/usr/share/java/jaxp_parser_impl.jar:/usr/share/java/xml-
> commons-apis.jar:/usr/share/java/ant/ant-
> contrib.jar:/usr/share/java/cobertura.jar:/usr/share/java/junit4.jar:/u
> sr/share/java/log4j.jar:/usr/share/java/oro.jar:/usr/share/java/xerces-
> j2.jar:/usr/share/java/jtidy.jar:/usr/share/java/ant/ant-
> junit.jar:/usr/lib/jvm/java/lib/tools.jar:/opt/devel/.ant/lib/maven-
> ant-tasks.jar:/usr/share/ant/lib/ant-
> junit.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-
> bootstrap.jar:/usr/share/ant/lib/ant-launcher.jar
> java.vm.specification.version : 1.0
> sun.arch.data.model : 64
> java.home : /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
> sun.java.command : org.apache.tools.ant.launch.Launcher -cp
> -diagnostics
> java.specification.vendor : Sun Microsystems Inc.
> user.language : en
> java.vm.info : mixed mode
> java.version : 1.6.0_22
> java.ext.dirs :
> /usr/lib/jvm/java-1.6.0-openjdk-
> 1.6.0.0.x86_64/jre/lib/ext:/usr/java/packages/lib/ext
> sun.boot.class.path :
> /usr/lib/jvm/java-1.6.0-openjdk-
> 1.6.0.0.x86_64/jre/lib/resources.jar:/usr/lib/jvm/java-1.6.0-openjdk-
> 1.6.0.0.x86_64/jre/lib/rt.jar:/usr/lib/jvm/java-1.6.0-openjdk-
> 1.6.0.0.x86_64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-1.6.0-openjdk-
> 1.6.0.0.x86_64/jre/lib/jsse.jar:/usr/lib/jvm/java-1.6.0-openjdk-
> 1.6.0.0.x86_64/jre/lib/jce.jar:/usr/lib/jvm/java-1.6.0-openjdk-
> 1.6.0.0.x86_64/jre/lib/charsets.jar:/usr/lib/jvm/java-1.6.0-openjdk-
> 1.6.0.0.x86_64/jre/lib/netx.jar:/usr/lib/jvm/java-1.6.0-openjdk-
> 1.6.0.0.x86_64/jre/lib/plugin.jar:/usr/lib/jvm/java-1.6.0-openjdk-
> 1.6.0.0.x86_64/jre/lib/rhino.jar:/usr/lib/jvm/java-1.6.0-openjdk-
> 1.6.0.0.x86_64/jre/lib/modules/jdk.boot.jar:/usr/lib/jvm/java-1.6.0-
> openjdk-1.6.0.0.x86_64/jre/classes
> java.vendor : Sun Microsystems Inc.
> file.separator : /
> java.vendor.url.bug : http://java.sun.com/cgi-bin/bugreport.cgi
> sun.cpu.endian : little
> sun.io.unicode.encoding : UnicodeLittle
> sun.cpu.isalist :
> 
> -------------------------------------------
>   Temp dir
> -------------------------------------------
> Temp dir is /tmp
> Temp dir is writeable
> Temp dir alignment with system clock is -536 ms
> 
> -------------------------------------------
>   Locale information
> -------------------------------------------
> Timezone Pacific Standard Time offset=-28800000
> 
> -------------------------------------------
>   Proxy information
> -------------------------------------------
> Java1.5+ proxy settings:
> Direct connection
> 
> Any suggestions on debugging this problem?  I've tried ant -d -v but
> they don't provide any useful insights...
> 
> Thanks,
> Scott
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org


______________________________________________________________________
This message, including any attachments, is confidential and contains information intended only for the person(s) named above. Any other distribution, copying or disclosure is strictly prohibited. If you are not the intended recipient or have received this message in error, please notify us immediately by reply email and permanently delete the original transmission from all of your systems and hard drives, including any attachments, without making a copy.

Re: Unable to use maven-ant-tasks

Posted by Guillaume Polet <gu...@gmail.com>.
If I add the following line to your script, it works smoothly (if the 
maven-ant-tasks jar is on ant classpath):
<typedef resource="org/apache/maven/artifact/ant/antlib.xml" 
uri="antlib:org.apache.maven.artifact.ant"/>

Cheers,
Guillaume
Le 27/12/2011 01:41, Scott Shambarger a écrit :
> I'm new to ant and maven, so I'm sure this is a silly 
> question....still, I'm stuck.
>
> I'm using the rpm install of ant/maven/etc for Fedora 16.  I'm trying 
> to build a project that requires ant and maven, and uses 
> maven-ant-tasks (I have maven-ant-tasks-2.1.1-8.fc16 installed), 
> however, I always receive the following error:
>
> BUILD FAILED
> /opt/devel/test/build.xml:4: Problem: failed to create task or type 
> antlib:org.apache.maven.artifact.ant:remoteRepository
> Cause: The name is undefined.
>
> I'm pretty sure I have some sort of configuration error, but after 
> several hours crawling the examples and docs, I'm just not making any 
> progress... I don't have CLASSPATH defined, and have tried using ant 
> -noclasspath with the same results.
>
> I've linked the /usr/share/java/maven-ant-tasks.jar (from the rpm) 
> into my ~/.ant/lib directory, and reduced the build.xml file to the 
> following (this file uses the same syntax as the project I'm trying to 
> build, and produces the same error):
>
> --- build.xml
> <?xml version="1.0" ?>
>
> <project name="Test" default="help" basedir="." 
> xmlns:artifact="antlib:org.apache.maven.artifact.ant">
> <artifact:remoteRepository id="my.repository" url="http://example.com">
> <snapshots updatePolicy="always" />
> </artifact:remoteRepository>
> <target name="help">
> <echo message="Test"/>
> </target>
> </project>
> ---- end build.xml
>
> This appears to follow the example on 
> http://maven.apache.org/ant-tasks/installation.html which has the 
> following:
>
> <project ... xmlns:artifact="antlib:org.apache.maven.artifact.ant">
>   ...
> </project>
>
> The output of ant -diagnostics are:
>
> ------- Ant diagnostics report -------
> Apache Ant(TM) version 1.8.2 compiled on July 6 2011
>
> -------------------------------------------
>  Implementation Version
> -------------------------------------------
> core tasks     : 1.8.2 in file:/usr/share/java/ant.jar
>
> -------------------------------------------
>  ANT PROPERTIES
> -------------------------------------------
> ant.version: Apache Ant(TM) version 1.8.2 compiled on July 6 2011
> ant.java.version: 1.6
> Is this the Apache Harmony VM? no
> Is this the Kaffe VM? no
> Is this gij/gcj? no
> ant.core.lib: /usr/share/java/ant.jar
> ant.home: /usr/share/ant
>
> -------------------------------------------
>  ANT_HOME/lib jar listing
> -------------------------------------------
> ant.home: /usr/share/ant
> ant-junit.jar (102000 bytes)
> ant.jar (1935105 bytes)
> ant-bootstrap.jar (19759 bytes)
> ant-launcher.jar (12307 bytes)
>
> -------------------------------------------
>  USER_HOME/.ant/lib jar listing
> -------------------------------------------
> user.home: /opt/devel
> maven-ant-tasks.jar (61063 bytes)
>
> -------------------------------------------
>  Tasks availability
> -------------------------------------------
> p4reopen : Not Available (the implementation class is not present)
> ...(cut short for simplicity)
> ddcreator : Not Available (the implementation class is not present)
> A task being missing/unavailable should only matter if you are trying 
> to use it
>
> -------------------------------------------
>  org.apache.env.Which diagnostics
> -------------------------------------------
> Not available.
> Download it at http://xml.apache.org/commons/
>
> -------------------------------------------
>  XML Parser information
> -------------------------------------------
> XML Parser : org.apache.xerces.jaxp.SAXParserImpl
> XML Parser Location: file:/usr/share/java/xerces-j2-2.11.0.jar
> Namespace-aware parser : 
> org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser
> Namespace-aware parser Location: 
> file:/usr/share/java/xerces-j2-2.11.0.jar
>
> -------------------------------------------
>  XSLT Processor information
> -------------------------------------------
> XSLT Processor : 
> com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl
> XSLT Processor Location: unknown
>
> -------------------------------------------
>  System properties
> -------------------------------------------
> java.runtime.name : OpenJDK Runtime Environment
> sun.boot.library.path : 
> /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64
> java.vm.version : 20.0-b11
> ant.library.dir : /usr/share/ant/lib
> java.vm.vendor : Sun Microsystems Inc.
> java.vendor.url : http://java.sun.com/
> path.separator : :
> java.vm.name : OpenJDK 64-Bit Server VM
> file.encoding.pkg : sun.io
> user.country : US
> sun.java.launcher : SUN_STANDARD
> sun.os.patch.level : unknown
> java.vm.specification.name : Java Virtual Machine Specification
> user.dir : /opt/devel/test
> java.runtime.version : 1.6.0_22-b22
> java.awt.graphicsenv : sun.awt.X11GraphicsEnvironment
> java.endorsed.dirs : 
> /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/endorsed
> os.arch : amd64
> java.io.tmpdir : /tmp
> line.separator :
>
> java.vm.specification.vendor : Sun Microsystems Inc.
> os.name : Linux
> ant.home : /usr/share/ant
> sun.jnu.encoding : UTF-8
> java.library.path : 
> /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/server:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
> java.specification.name : Java Platform API Specification
> java.class.version : 50.0
> sun.management.compiler : HotSpot 64-Bit Tiered Compilers
> os.version : 3.1.5-6.fc16.x86_64
> user.home : /opt/devel
> user.timezone :
> java.awt.printerjob : sun.print.PSPrinterJob
> file.encoding : UTF-8
> java.specification.version : 1.6
> user.name : devel
> java.class.path : 
> /usr/share/java/ant.jar:/usr/share/java/ant-launcher.jar:/usr/share/java/jaxp_parser_impl.jar:/usr/share/java/xml-commons-apis.jar:/usr/share/java/ant/ant-contrib.jar:/usr/share/java/cobertura.jar:/usr/share/java/junit4.jar:/usr/share/java/log4j.jar:/usr/share/java/oro.jar:/usr/share/java/xerces-j2.jar:/usr/share/java/jtidy.jar:/usr/share/java/ant/ant-junit.jar:/usr/lib/jvm/java/lib/tools.jar:/opt/devel/.ant/lib/maven-ant-tasks.jar:/usr/share/ant/lib/ant-junit.jar:/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-bootstrap.jar:/usr/share/ant/lib/ant-launcher.jar
> java.vm.specification.version : 1.0
> sun.arch.data.model : 64
> java.home : /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
> sun.java.command : org.apache.tools.ant.launch.Launcher -cp  -diagnostics
> java.specification.vendor : Sun Microsystems Inc.
> user.language : en
> java.vm.info : mixed mode
> java.version : 1.6.0_22
> java.ext.dirs : 
> /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/ext:/usr/java/packages/lib/ext
> sun.boot.class.path : 
> /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/resources.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/rt.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/jsse.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/jce.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/charsets.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/netx.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/plugin.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/rhino.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/modules/jdk.boot.jar:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/classes
> java.vendor : Sun Microsystems Inc.
> file.separator : /
> java.vendor.url.bug : http://java.sun.com/cgi-bin/bugreport.cgi
> sun.cpu.endian : little
> sun.io.unicode.encoding : UnicodeLittle
> sun.cpu.isalist :
>
> -------------------------------------------
>  Temp dir
> -------------------------------------------
> Temp dir is /tmp
> Temp dir is writeable
> Temp dir alignment with system clock is -536 ms
>
> -------------------------------------------
>  Locale information
> -------------------------------------------
> Timezone Pacific Standard Time offset=-28800000
>
> -------------------------------------------
>  Proxy information
> -------------------------------------------
> Java1.5+ proxy settings:
> Direct connection
>
> Any suggestions on debugging this problem?  I've tried ant -d -v but 
> they don't provide any useful insights...
>
> Thanks,
> Scott
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org