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
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
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.
---
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
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
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
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-
..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.
--
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]
---
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.
10 matches
Mail list logo