+ ls -la total 16 drwxr-xr-x 2 barna users 4096 2010-01-04 18:25 . drwxr-xr-x 3 barna users 4096 2010-01-04 18:25 .. -rwxrwxrwx 1 barna users 2468 2010-01-04 18:22 pom.xml -rwxr-xr-x 1 barna users 83 2010-01-04 18:25 test.sh + mvn clean -Dproperty=x [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building bb.exp.maven.profile-activation [INFO] task-segment: [clean] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] [antrun:run {execution: default}] [INFO] Executing tasks [echo] The profile is active. [echo] file "file" exists: no [echo] property "property" set: yes [INFO] Executed tasks [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4 seconds [INFO] Finished at: Mon Jan 04 18:26:06 CET 2010 [INFO] Final Memory: 4M/8M [INFO] ------------------------------------------------------------------------ + touch file + ls -la total 16 drwxr-xr-x 2 barna users 4096 2010-01-04 18:26 . drwxr-xr-x 3 barna users 4096 2010-01-04 18:25 .. -rw-r--r-- 1 barna users 0 2010-01-04 18:26 file -rwxrwxrwx 1 barna users 2468 2010-01-04 18:22 pom.xml -rwxr-xr-x 1 barna users 83 2010-01-04 18:25 test.sh + mvn clean [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building bb.exp.maven.profile-activation [INFO] task-segment: [clean] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] [antrun:run {execution: default}] [INFO] Executing tasks [echo] The profile is active. [echo] file "file" exists: yes [echo] property "property" set: no [INFO] Executed tasks [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4 seconds [INFO] Finished at: Mon Jan 04 18:26:12 CET 2010 [INFO] Final Memory: 4M/8M [INFO] ------------------------------------------------------------------------ + rm file + ls -la total 16 drwxr-xr-x 2 barna users 4096 2010-01-04 18:26 . drwxr-xr-x 3 barna users 4096 2010-01-04 18:25 .. -rwxrwxrwx 1 barna users 2468 2010-01-04 18:22 pom.xml -rwxr-xr-x 1 barna users 83 2010-01-04 18:25 test.sh + mvn clean [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building bb.exp.maven.profile-activation [INFO] task-segment: [clean] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3 seconds [INFO] Finished at: Mon Jan 04 18:26:18 CET 2010 [INFO] Final Memory: 3M/6M [INFO] ------------------------------------------------------------------------