Re: Maven repository on SourceForge file system

2011-06-11 Thread Barrie Treloar
I know its not what you asked for, but for sites you can follow http://maven.apache.org/plugins/maven-site-plugin/examples/site-deploy-to-sourceforge.net.html - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additi

Re: Shared Descriptor does not work for Multimodulproject

2011-06-11 Thread Anders Hammar
I think we need more info. Also, there is no "assembly" phase. By any chance, are you using Maven 2.x and is using the assembly plugin in some other module? In that case the problem is likely due to plugin classpath issues in Maven 2.x - please try Maven 3. /Anders On Fri, Jun 10, 2011 at 11:18,

Re: Can't deploy Maven jar (MDB) on Jboss 6

2011-06-11 Thread Anders Hammar
Just to help you clean up your pom: You have some old Jboss repos declared ([1] and [2]). They should be removed. /Anders [1] http://repository.jboss.com/maven2 [2] http://snapshots.jboss.org/maven2 On Sat, Jun 11, 2011 at 14:36, Jamshed Katta wrote: > Thanks Mark, > i have posted the problem o

Re: Maven repository on SourceForge file system

2011-06-11 Thread Mark Struberg
hi! A slightly different approach would be to use wagon-svn and 'deploy' your artifacts to a folder in your apps Subversion repo. This is a neat hack for getting sharing a maven repo via sourceforge. LieGrue, strub --- On Sat, 6/11/11, mebigfatguy wrote: > From: mebigfatguy > Subject: Re: M

Re: Maven repository on SourceForge file system

2011-06-11 Thread mebigfatguy
> I see the ' which implies to me that the sf file system is getting > in > the way of how maven works. Has anyone tried to do this, or am I out of > luck. > > Perhaps try linking directly to the file via the CDN: > http://cdnetworks-us-2.dl.sourceforge.net/project/fb-contrib/repo/com/mebigfatguy

Re: Maven repository on SourceForge file system

2011-06-11 Thread Wayne Fay
> I see the ' which implies to me that the sf file system is getting in > the way of how maven works. Has anyone tried to do this, or am I out of > luck. Perhaps try linking directly to the file via the CDN: http://cdnetworks-us-2.dl.sourceforge.net/project/fb-contrib/repo/com/mebigfatguy/fb-contr

Maven repository on SourceForge file system

2011-06-11 Thread mebigfatguy
Greetings, I'm attempting to 'mock' a maven repository on the SourceForge file release system, here https://sourceforge.net/projects/fb-contrib/files/repo/ To do this, i deployed my jar locally to archiva, then grabbed all the files in archiva and pushed them to source forge. However, when i

Re: Can't deploy Maven jar (MDB) on Jboss 6

2011-06-11 Thread Jamshed Katta
Thanks Mark, i have posted the problem on Jboss community, heres the link. http://community.jboss.org/thread/167907 -- View this message in context: http://maven.40175.n5.nabble.com/Can-t-deploy-Maven-jar-MDB-on-Jboss-6-tp4478195p4478714.html Sent from the Maven - Users mailing list archive at

Re: Can't deploy Maven jar (MDB) on Jboss 6

2011-06-11 Thread Mark Struberg
hi! The message you see has nothing to do with maven but with the JBoss deployer. I'd check if the mentioned class is available somewhere in your JBoss installation. In any case 'org.jboss.ejb3.timerservice.spi.TimerServiceFactory' sounds like an internal JBoss class. Maybe there is an OSGi p

Can't deploy Maven jar (MDB) on Jboss 6

2011-06-11 Thread Jamshed Katta
I am using jboss6, message driven bean, hibernate and maven2 in my application when i try to compile my mdb using maven2 and deploy on jboss6 i get the following error: Failed to create Resource MessageBean.jar - cause: java.lang.Exception:Failed to start deployment [vfs:///opt/jboss6/server/defa

Re: Why is this profile not being activated?

2011-06-11 Thread Stephen Connolly
if the mojo requires a forked lifecycle, making skip work is harder - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 11 Jun 2011 04:43, "Wayne Fay" wrote: >> True. Simple ex