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. ... |
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 ... |
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 ... |
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 ... |
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 ... |
I have a project that uses the built-in IntelliJ build system. What's the quickest/best way to migrate the project to Maven?
|
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 ... |
|
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 ... |
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>
...
|
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
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 ... |
|