For anyone else doing this,

I check the code out from the vfs-1.0 tag

http://svn.apache.org/repos/asf/commons/proper/vfs/tags/vfs-1.0

Running 'mvn install' on the tagged source has test failures.

Contrary to 
http://maven.apache.org/plugins/maven-surefire-plugin/examples/skipping-test.html
using 'mvn install -DskipTests' does not work once the tests have
failed, it continues to report test failures.
In the end I had to run

mvn -Dmaven.test.skip=true clean install

to build the jar.

Is there a problem with placing the jar in

http://people.apache.org/repo/m2-snapshot-repository/

?

On Thu, Mar 13, 2008 at 10:58 PM, Dion Gillard <[EMAIL PROTECTED]> wrote:
> If I check out the sandbox, from the v1.0 tag (
>  http://svn.apache.org/repos/asf/commons/proper/vfs/tags/vfs-1.0/sandbox/
>  ) and run mvn package, it's still parented by the 1.0-SNAPSHOT pom,
>  which isn't available in the repo.
>
>  I figured i must be doing something wrong.
>
>  Do i need to rebuild vfs again from source or can I just build the smb
>  provider and add it along with the 1.0 jar to my app?
>
>
>
>  On Thu, Mar 13, 2008 at 10:43 PM, Torsten Curdt <[EMAIL PROTECTED]> wrote:
>  >
>  >  On 13.03.2008, at 07:32, Dion Gillard wrote:
>  >
>  >  > What's the recommended way of using commons-vfs 1.0 with CIFS support?
>  >
>  >  You mean where to get the SMB provider from?
>  >
>  >  Supposed to be in the vfs sandbox ...Mario?
>  >
>  >  cheers
>  >  --
>  >  Torsten
>  >
>  >  ---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  >  For additional commands, e-mail: [EMAIL PROTECTED]
>  >
>  >
>
>
>
>
>
> --
>  dIon Gillard
>  Rule #131 of Acquisition: Information is Profit.
>



-- 
dIon Gillard
Rule #131 of Acquisition: Information is Profit.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to