Is it possible to run Maven 2 within IntelliJ?

2006-05-04 Thread Wesslan
Well, the subject says it all, doesn't it? ;-) I wonder if it is possible to execute maven 2-stuff from within IDEA IntelliJ? I know about MevenideIdeaIntegration (http://www.intellij.org/twiki/bin/view/Main/MevenideIdeaIntegration) and MavenPlugin (http://www.intellij.org/twiki/bin/view/Main/Mav

Re: [m2] How to exclude a jar in WEB-INF/lib

2006-04-06 Thread Wesslan
That's "exactly" how my pom looks like and I'm actually glad that Maven is complaining. It should be! :-) Thanks for replying! Regards, Peter -- View this message in context: http://www.nabble.com/-m2-How-to-exclude-a-jar-in-WEB-INF-lib-t1404553.html#a3781591 Sent from the Maven - Users forum a

Re: [m2] How to exclude a jar in WEB-INF/lib

2006-04-06 Thread Wesslan
And how do I do that? (I have kinda hard time finding my way around the docs...) Regards, Peter -- View this message in context: http://www.nabble.com/-m2-How-to-exclude-a-jar-in-WEB-INF-lib-t1404553.html#a3780718 Sent from the Maven - Users forum at Nabble.com. ---

Re: [m2] How to exclude a jar in WEB-INF/lib

2006-04-06 Thread Wesslan
I've tried provided and it worked but maven keeps (correctly) telling me that: [WARNING] Artifact cglib:cglib:jar:2.1_3:provided retains local scope 'provided' overriding broader scope 'compile' given by a dependency. If this is not intended, modify or remove the local scope. It's

[m2] How to exclude a jar in WEB-INF/lib

2006-04-06 Thread Wesslan
When I build my jar with "mvn package" I get both cglib-2.1_3.jar and cglib-nodep-2.1_3.jar in WEB-INF/lib. I only want cglib-nodep-2.1_3.jar so how do I get rid of cglib-2.1_3.jar? Regards, Peter -- View this message in context: http://www.nabble.com/-m2-How-to-exclude-a-jar-in-WEB-INF-lib-t140

Re: [m2.0.3] idea:idea => StringIndexOutOfBoundsException

2006-03-31 Thread Wesslan
Found it! I had the following in my pom: ${basedir} *.sql and I had to add an "/" after ${basedir}: ${basedir}/ -- View this message in context: http://www.nabble.com/-m2.0.3-idea%3Aidea-%3D%3E-StringIndexOutOfBoundsException-t1373009.html#a3689128 Sent

[m2.0.3] idea:idea => StringIndexOutOfBoundsException

2006-03-30 Thread Wesslan
When I try run to mvn idea:idea for my project, I get the following exception: [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'idea'. [INFO] [INFO] Building secret app [INFO]task-

Re: mvn deploy to FTP => java.lang.StringIndexOutOfBoundsException

2006-03-23 Thread Wesslan
..and that I'm using Maven 2.0.2... *sigh* -- View this message in context: http://www.nabble.com/mvn-deploy-to-FTP-%3D%3E-java.lang.StringIndexOutOfBoundsException-t1334751.html#a3566273 Sent from the Maven - Users forum at Nabble.com. --

mvn deploy to FTP => java.lang.StringIndexOutOfBoundsException

2006-03-23 Thread Wesslan
I'm trying to deploy a jar from one of my projects to my local repository with FTP but I get an exception: [INFO] [deploy:deploy] Uploading: ftp://ftp.noiwonttellyoumyservername.com/maven-repo/com/mycomponent/common/component-common/0.2/component-common- 0.2.jar [INFO] ---

Re: mvn deploy to FTP => java.lang.StringIndexOutOfBoundsException

2006-03-23 Thread Wesslan
Forgot to tell you that I'm using ProFTPD on Mandrake Linux 10.1 and WinXP Pro as my client. Regards Peter -- View this message in context: http://www.nabble.com/mvn-deploy-to-FTP-%3D%3E-java.lang.StringIndexOutOfBoundsException-t1334751.html#a3566196 Sent from the Maven - Users forum at Nabble.