score:1
the only thing is affected in running java app from maven project in eclipse is how application classpath is constructed. generally in maven there are several different classpaths scopes: compile, compile tests (this one is actually used to construct classpath in eclipse jdt) and runtime. the runtime classpath scope is used to assemble classpath for the application launch. the m2e is actually using maven code to resolve it.
so, you either have to change profile activation settings in your pom.xml or specify active profile in eclipse project properties / maven / active maven profiles.
if you want runtime profile to be different from build-time profile in eclipse, it is not possible right now. you'll have to submit an enhancement request for m2e to allow to specify active profiles when calculating launch classpath.
Source: stackoverflow.com
Related Query
- Can't run Java Application with Maven from Eclipse but it works in Command line
- Eclipse - "Run as Java Application" when maven is involved
- Eclipse error when trying to run Java application - "Selection does not contain a main type" - But it does?
- How to run JUnit Test Classes in Java Main Application using Maven and Eclipse
- Java InputStream object using getResourceAsStream is null when calling from web application but works when run in Eclipse
- Exception when I run my application from Eclipse
- Run as java application option disabled in eclipse
- Eclipse Maven web application - can not run on server anymore
- Java JFrame Window not appearing when run from Eclipse
- How can I run a Maven webapp in Eclipse when I use profiles to populate properties files at build time?
- I get java code 13 error when i try to run eclipse
- Inside Eclipse Android project run Java classes with main(String[] args) as Java Application causes "Invalid layout of java.lang.String at value"
- What happens when I run an application on tomcat in Eclipse
- How to run JSR269 annotaion processor in Eclipse Kepler with Java 7 & Maven
- When and how does m2e use the Maven test scope to include test dependencies in Eclipse Run Configurations?
- Why is this Java program gives incorrect results on Eclipse and correct results when run from terminal?
- eclipse hangs when run application (application runs fine, eclipse is what hangs)
- how to fix "java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory" error when run java jar application
- Cannot run server from eclipse with maven filtering application context
- java applet doesn't run when deployed, but works when run in eclipse
- Eclipse IDE for C/C++ Linux Developers CANNOT run my java application
- Maven Java web project not recognised when importing into Eclipse
- Eclipse IDE does not run Java application after modification of module name
- Where should a java application create files when it is run from Eclipse?
- SWT application is running from Eclipse IDE, not running when I create a jar via Maven and run. Gives UnsatisfiedlinkException
- Eclipse Xtext Run as application - Java error
- Select one option from many options in drop down list in Eclipse using java when run code for the android device
- Runnable jar file generated with java eclipse wont run when double clicked
- How to change run as java application settings in Eclipse
- Error when i run Sonar local analysis from Eclipse (Juno) - i used maven to build
More Query from same tag
- Checkin project to a different SVN repository location
- Cannot connect to mySQL DB from jsp in Eclipse
- Can't open Eclipse because ClassNotFoundException: WToolkitHookQTJA
- Eclipse syntax color scheme not working correctly
- How to open a PHP file with a JS or HTML Editor in Eclipse
- Error: cannot initialize module TreeWalker - Unable to instantiate JUnitTestCase
- Eclipse does not seem to recognize Native Android code
- Byte Buddy Advice breaks Eclipse debugger
- How to bypass SSL certificates issue in JBOSS REST ClientRequest
- Starting app when it shakes using broadcast
- assets/ directory not being packaged into .apk from eclipse
- Eclipse Neon (4.6.3) Tomcat debug server menu is disabled
- Installing/updating EclipseLink in Eclipse Dali
- Set default charset in IDE and command promt
- What's wrong when I try to install ADT on Eclipse?
- Stack trace is not printed in proper order with other messages on console
- No such file or directory in Pydev
- Tomcat 7 - Google Oauth2 - ClassNotFoundException - Java - Eclipse
- How to install TestNG plug-in for Eclipse
- Autocompletion in Pydev- Eclipse for wxpython
- Select a TreeItem in a tree using WindowBuilder
- Eclipse+Pydev (1) Ctrl+F3 jumps to site-packages; (2) "setup.py install" affects imports
- Recovering a file in SVN
- Java Processing 2.0 (Using Eclipse) : Switching from window to fullscreen and back
- Issue in Updating ADT from 22 to 23
- Enable IndentGuide Eclipse plugin in java files
- Attach a moved file to its previous history afterwards
- How to build an APK file in Eclipse?
- Maven Dependencies Location
- Issue while exposing method as webservices