intellij « Development « Maven/Ant Q&A

Home
Maven/Ant Q&A
1.Ant
2.artifact
3.dependency
4.deploy
5.Development
6.eclipse
7.glassfish
8.hudson
9.integration
10.jetty
11.junit
12.m2eclipse
13.module
14.netbeans
15.package
16.plugin
17.POM
18.repository
19.svn
Maven/Ant Q&A » Development » intellij 

1. Best practices for IntelliJ IDEA 9 + Maven + Version control    stackoverflow.com

The project is using Maven so the POM files are the main sources of project info. There are some useful settings in the project files which would be nice to keep. ...

2. Intellij Community can't use http proxy for Maven    stackoverflow.com

I have Intellij IDEA Community installed on a Linux box that needs to use an authenticated proxy to get to the Internet. I have a system-wide proxy on the box that ...

3. Exclude folder in intellij idea using Maven    stackoverflow.com

We are using maven to manage our idea projects but I'm having a problem excluding a directory from the idea project. Using idea, I would just go to Project Settings | Modules ...

4. Invoke Maven-Module build from intellij    stackoverflow.com

I was wondering if someone knows a way to invoke a specific maven module build from IntelliJ that will also build ( or use already compiled classes ) from depended modules. So ...

5. In IntelliJ, how do i debug a maven test goal?    stackoverflow.com

Using intellij and maven pom files, how do i debug tests run inside the maven test goal? When i run them directly in the code, it complains something about profiles missing, which ...

6. Best way to migrate an IntelliJ project to Maven?    stackoverflow.com

I have a project that uses the built-in IntelliJ build system. What's the quickest/best way to migrate the project to Maven?

7. How to run IntelliJ and Maven on OS X?    stackoverflow.com

I've got Maven to respond on IntelliJ (all env vars are set); but still -- the following error occurs: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java -Dclassworlds.conf=/usr/local/Cellar/maven/3.0.2/bin/m2.conf -Dmaven.home=/usr/local/Cellar/maven/3.0.2 -Dfile.encoding=MacRoman -classpath org.codehaus.classworlds.Launcher --no-plugin-registry --fail-fast --no-plugin-updates --strict-checksums --update-snapshots -f ...

8. intellij maven output link    stackoverflow.com

How can i manage that the maven output compile errors in intellij output window are shown as links? That would be very helpfull! i am currently using intellij idea 10.2. My output is ...

9. Intellij IDEA community edition - support for maven properties    stackoverflow.com

While using IDEA community edition, local maven custom properties are shown as errors in my pom.xml... e.g.

<!-- bar/pom.xml -->

<properties>
    <foo.version>1.0.0</foo.version>
    ...
</properties>
...
...
<dependencyManagement>
    <dependencies>
  ...

10. IntelliJ inspection gives "Cannot resolve symbol" but still compiles code    stackoverflow.com

Platform: IntelliJ Community Edition 10.0.3
SDK: jdk1.6.0_21
OS: Windows 7 So I have a strange situation with IntelliJ that has me completely stumped. I setup a Maven project and add log4j as a ...

11. Intellij - Why are Maven and Perforce in Settings and not IDE Settings?    stackoverflow.com

I would like to ask why Maven and Perforce settings have to be configured per Project. I understand that the problem is that some projects could be pointing to other source ...

12. How to properly setup a Maven project in IntelliJ IDEA 10?    stackoverflow.com

I know I must be asking something obvious, but I'm new to IDEA and simply can't find it myself. How do I get my Maven 2 project to look like this in ...

13. IntelliJ, Maven and Java 7    stackoverflow.com

So I opened an existing project in IntelliJ 10.5 as a maven project. I had first added the JDK 7 to my list of SDKs in order to try out ...

14. Maven home (M2_HOME) not being picked up by IntelliJ IDEA    stackoverflow.com

I am trying to do a simple maven build with IntelliJ IDEA 10.5.1 on OS X Lion and am getting the following error:

Error running my-app [package]: No ...

15. Debugging with multiple library versions in intellij    stackoverflow.com

We have a large maven project and not all of the projects specify the same version of various libraries, largely because these libraries haven't changed in some time. This causes problems ...

16. Created a maven project using quickstart using intelliJ, didn't seem to generate any dir structure?    stackoverflow.com

Which archetype was used here: http://maven.apache.org/guides/getting-started/index.html It says a directory structure should have been created for you like:

/src/main/java/...
/src/test/....
I am using intelliJ, and I created a new maven project using the ...

17. Maven project builds fine in IntelliJ, but not with maven command line    stackoverflow.com

When I run: mvn I get the following errors:

'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 171, column 21
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-war-plugin is missing. @ line 179, column 21
And in the build failure block I ...

18. IntelliJ can't find my M2_HOME, why is that?    stackoverflow.com

When I create a new maven project, I see an error message that says: [FATAL_ERROR] Cannot start Maven: No valid Maven installation found. Either set the home directory in the configuration dialog ...

19. Maven + IntelliJ + Trunk folder    forums.oracle.com

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.