[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - SampleProject:SampleProject:jar:0.0.1-SNAPSHOT
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting /home/piyusht/workspace/rtb/MyAspect/target
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 3 source files to /home/piyusht/workspace/rtb/MyAspect/target/classes
[WARNING] POM for 'org.apache.maven.wagon:wagon-provider-api:pom:1.0-beta-6:runtime' is invalid.
Its dependencies (if any) will NOT be available to the current build.
[INFO] [aspectj:compile {execution: default}]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/piyusht/workspace/rtb/MyAspect/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[WARNING] POM for 'org.apache.maven:maven-toolchain:pom:2.0.9:runtime' is invalid.
Its dependencies (if any) will NOT be available to the current build.
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[INFO] Surefire report directory: /home/piyusht/workspace/rtb/MyAspect/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /home/piyusht/workspace/rtb/MyAspect/target/SampleProject-0.0.1-SNAPSHOT.jar
[INFO] Preparing exec:java
[WARNING] Removing: java from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [exec:java {execution: default}]
Factorial of 5 is = 120
Elapsed time: =119435
[INFO] [install:install {execution: default-install}]
[INFO] Installing /home/piyusht/workspace/rtb/MyAspect/target/SampleProject-0.0.1-SNAPSHOT.jar to /home/piyusht/.m2/repository/SampleProject/SampleProject/0.0.1-SNAPSHOT/SampleProject-0.0.1-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Wed Jun 03 18:09:31 IST 2015
[INFO] Final Memory: 31M/244M
[INFO] ------------------------------------------------------------------------