简体   繁体   中英

Userdir not working as expected

still following the Getting Started version 0.9.

When I run the sample application using the java -Duser.language... command I'm expecting to find the cache folder inside test-application/target/userdir . Instead it is inside test-application/target/userdir/target/userdir . Is it the correct behaviour?

When I run the sample application using the java -Duser.language... command without the --userdir target/userdir option, the following directory is created inside test-application': {user.home}/.foo/1.0.0-SNAPSHOT/{user.home}/.foo/1.0.0-SNAPSHOT`. Inside it the cache folder can be found. Is it the correct behaviour?

When I run the application double-clicking foo.jar , inside test-application/target/deployment/standalone/bin the following directory is created: {user.home}/.foo/1.0.0-SNAPSHOT/{user.home}/.foo/1.0.0-SNAPSHOT . Inside it the cache folder can be found. Is it the correct behaviour?

Thank you in advance for your help. Claudio

This is an issue in v0.9

Please note that with "mvn exec:exec" the userdir gets created correctly.

Please file the issue here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

Related Question
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM