From cf171236a67beffc10841189083c230d2ee30fcf Mon Sep 17 00:00:00 2001 From: cinexin Date: Mon, 20 Feb 2017 12:22:16 +0100 Subject: [PATCH 1/6] Deleted target folders --- SpringAOP/pom.xml | 28 +- SpringAOP/target/classes/META-INF/MANIFEST.MF | 5 - .../maven/SpringAOP/SpringAOP/pom.properties | 7 - .../maven/SpringAOP/SpringAOP/pom.xml | 56 - .../org/migue/javabrains/AopMain.class | Bin 1032 -> 0 bytes .../migue/javabrains/aspect/Loggable.class | Bin 164 -> 0 bytes .../javabrains/aspect/LoggingAspect.class | Bin 3324 -> 0 bytes .../migue/javabrains/aspect/MyOwnAspect.class | Bin 559 -> 0 bytes .../org/migue/javabrains/model/Circle.class | Bin 1111 -> 0 bytes .../org/migue/javabrains/model/Triangle.class | Bin 553 -> 0 bytes .../javabrains/service/FactoryService.class | Bin 844 -> 0 bytes .../javabrains/service/ShapeService.class | Bin 1111 -> 0 bytes .../service/ShapeServiceProxy.class | Bin 649 -> 0 bytes SpringAOP/target/classes/spring.xml | 43 - SpringDataTutorial/pom.xml | 26 + .../target/classes/META-INF/MANIFEST.MF | 5 - .../SpringDataTutorial/pom.properties | 7 - .../SpringDataTutorial/pom.xml | 82 -- .../org/migue/javabrains/JdbcDemo.class | Bin 2373 -> 0 bytes .../javabrains/dao/HibernateDaoImpl.class | Bin 1360 -> 0 bytes .../dao/JdbcDaoImpl$CircleMapper.class | Bin 1426 -> 0 bytes .../migue/javabrains/dao/JdbcDaoImpl.class | Bin 5533 -> 0 bytes .../javabrains/dao/SimpleJdbcDaoImpl.class | Bin 705 -> 0 bytes .../org/migue/javabrains/model/Circle.class | Bin 1010 -> 0 bytes SpringDataTutorial/target/classes/spring.xml | 46 - SpringTutorial/pom.xml | 27 + .../target/classes/META-INF/MANIFEST.MF | 5 - .../SpringDemo/pom.properties | 7 - .../SpringDemo/pom.xml | 22 - SpringTutorial/target/classes/archetypes.txt | 956 ------------------ .../spring/DisplayNameBeanPostProcessor.class | Bin 1264 -> 0 bytes .../migue/learning/spring/DrawingApp.class | Bin 1121 -> 0 bytes .../spring/MyBeanFactoryPostProcessor.class | Bin 946 -> 0 bytes .../org/migue/learning/spring/Point.class | Bin 655 -> 0 bytes .../org/migue/learning/spring/Triangle.class | Bin 2598 -> 0 bytes .../target/classes/pointsconfig.properties | 2 - SpringTutorial/target/classes/spring.xml | 53 - 37 files changed, 80 insertions(+), 1297 deletions(-) mode change 100644 => 100755 SpringAOP/pom.xml delete mode 100644 SpringAOP/target/classes/META-INF/MANIFEST.MF delete mode 100644 SpringAOP/target/classes/META-INF/maven/SpringAOP/SpringAOP/pom.properties delete mode 100644 SpringAOP/target/classes/META-INF/maven/SpringAOP/SpringAOP/pom.xml delete mode 100644 SpringAOP/target/classes/org/migue/javabrains/AopMain.class delete mode 100644 SpringAOP/target/classes/org/migue/javabrains/aspect/Loggable.class delete mode 100644 SpringAOP/target/classes/org/migue/javabrains/aspect/LoggingAspect.class delete mode 100644 SpringAOP/target/classes/org/migue/javabrains/aspect/MyOwnAspect.class delete mode 100644 SpringAOP/target/classes/org/migue/javabrains/model/Circle.class delete mode 100644 SpringAOP/target/classes/org/migue/javabrains/model/Triangle.class delete mode 100644 SpringAOP/target/classes/org/migue/javabrains/service/FactoryService.class delete mode 100644 SpringAOP/target/classes/org/migue/javabrains/service/ShapeService.class delete mode 100644 SpringAOP/target/classes/org/migue/javabrains/service/ShapeServiceProxy.class delete mode 100644 SpringAOP/target/classes/spring.xml mode change 100644 => 100755 SpringDataTutorial/pom.xml delete mode 100644 SpringDataTutorial/target/classes/META-INF/MANIFEST.MF delete mode 100644 SpringDataTutorial/target/classes/META-INF/maven/SpringDataTutorial/SpringDataTutorial/pom.properties delete mode 100644 SpringDataTutorial/target/classes/META-INF/maven/SpringDataTutorial/SpringDataTutorial/pom.xml delete mode 100644 SpringDataTutorial/target/classes/org/migue/javabrains/JdbcDemo.class delete mode 100644 SpringDataTutorial/target/classes/org/migue/javabrains/dao/HibernateDaoImpl.class delete mode 100644 SpringDataTutorial/target/classes/org/migue/javabrains/dao/JdbcDaoImpl$CircleMapper.class delete mode 100644 SpringDataTutorial/target/classes/org/migue/javabrains/dao/JdbcDaoImpl.class delete mode 100644 SpringDataTutorial/target/classes/org/migue/javabrains/dao/SimpleJdbcDaoImpl.class delete mode 100644 SpringDataTutorial/target/classes/org/migue/javabrains/model/Circle.class delete mode 100644 SpringDataTutorial/target/classes/spring.xml mode change 100644 => 100755 SpringTutorial/pom.xml delete mode 100644 SpringTutorial/target/classes/META-INF/MANIFEST.MF delete mode 100644 SpringTutorial/target/classes/META-INF/maven/org.migue.learning.spring/SpringDemo/pom.properties delete mode 100644 SpringTutorial/target/classes/META-INF/maven/org.migue.learning.spring/SpringDemo/pom.xml delete mode 100644 SpringTutorial/target/classes/archetypes.txt delete mode 100644 SpringTutorial/target/classes/org/migue/learning/spring/DisplayNameBeanPostProcessor.class delete mode 100644 SpringTutorial/target/classes/org/migue/learning/spring/DrawingApp.class delete mode 100644 SpringTutorial/target/classes/org/migue/learning/spring/MyBeanFactoryPostProcessor.class delete mode 100644 SpringTutorial/target/classes/org/migue/learning/spring/Point.class delete mode 100644 SpringTutorial/target/classes/org/migue/learning/spring/Triangle.class delete mode 100644 SpringTutorial/target/classes/pointsconfig.properties delete mode 100644 SpringTutorial/target/classes/spring.xml diff --git a/SpringAOP/pom.xml b/SpringAOP/pom.xml old mode 100644 new mode 100755 index 530899d..2160f0a --- a/SpringAOP/pom.xml +++ b/SpringAOP/pom.xml @@ -52,5 +52,31 @@ - + + + + spring-aop-tutorial + + + + org.codehaus.mojo + exec-maven-plugin + 1.1.1 + + + test + + java + + + org.migue.javabrains.AopMain + + + + + + + + + \ No newline at end of file diff --git a/SpringAOP/target/classes/META-INF/MANIFEST.MF b/SpringAOP/target/classes/META-INF/MANIFEST.MF deleted file mode 100644 index d379114..0000000 --- a/SpringAOP/target/classes/META-INF/MANIFEST.MF +++ /dev/null @@ -1,5 +0,0 @@ -Manifest-Version: 1.0 -Built-By: migue -Build-Jdk: 1.7.0_45 -Created-By: Maven Integration for Eclipse - diff --git a/SpringAOP/target/classes/META-INF/maven/SpringAOP/SpringAOP/pom.properties b/SpringAOP/target/classes/META-INF/maven/SpringAOP/SpringAOP/pom.properties deleted file mode 100644 index 66717c0..0000000 --- a/SpringAOP/target/classes/META-INF/maven/SpringAOP/SpringAOP/pom.properties +++ /dev/null @@ -1,7 +0,0 @@ -#Generated by Maven Integration for Eclipse -#Thu Jan 09 13:14:08 CET 2014 -version=0.0.1-SNAPSHOT -groupId=SpringAOP -m2e.projectName=SpringAOP -m2e.projectLocation=C\:\\Users\\migue\\workspace\\SpringAOP -artifactId=SpringAOP diff --git a/SpringAOP/target/classes/META-INF/maven/SpringAOP/SpringAOP/pom.xml b/SpringAOP/target/classes/META-INF/maven/SpringAOP/SpringAOP/pom.xml deleted file mode 100644 index 530899d..0000000 --- a/SpringAOP/target/classes/META-INF/maven/SpringAOP/SpringAOP/pom.xml +++ /dev/null @@ -1,56 +0,0 @@ - - 4.0.0 - SpringAOP - SpringAOP - 0.0.1-SNAPSHOT - - - org.springframework - spring-context - 4.0.0.RELEASE - - - - org.aspectj - aspectjrt - 1.7.4 - - - - - org.aspectj - aspectjweaver - 1.7.4 - - - - aopalliance - aopalliance - 1.0 - - - - cglib - cglib - 3.1 - - - - - - - - src - - - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - - - - \ No newline at end of file diff --git a/SpringAOP/target/classes/org/migue/javabrains/AopMain.class b/SpringAOP/target/classes/org/migue/javabrains/AopMain.class deleted file mode 100644 index f35011ebe8016c72454245f3112600988367b448..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1032 zcmaJ=T~8B16g^W4+pa5=A_cTUix%5LyCgo=m_QSr3YyeZiBHpYXb1Nzvs|L ziSgMVWxU%Zp~ST>b9e6CIp@qhcYpu+@e{yH9BN206g@RC9XS{Y^O9fjzT(mi%p=b~ zr4J2hhFp|4ZSD@tH~mXtg$zrtq$|VM3=7p-k0IUmJ_#KQ$QoG062nSIy5el)^o4rI z`?g@ncRY*RJ+5T5zfGpYp$r(dJM%QO2;U(s429~)&YhNSsH8h+)p{CM8IB`}z>iWF ziaX+qr#_pO=Z0b&n!(8TJr$a5n+L&L9u7Y^_L1+~(&C}?+;&`+!5V`eV>HK(ts{r^ z=s^XB^=dNnCc}QB_&}&DX$kX$TcM}EcH^y%4P-NT!eDfV+!r(Hrv|pM!=MdBcq}+Q zcQ1)^Mn-H#OGBBVHdn-bt`eRZc#aA~mbltdS&>1NYAx9YhrG4TxGeI5s{whomS6>q zgB6Y$4yQo>GvnXJ6YBECy*@EClEoyql>m%jrk`ZW{Ohv~q04&L8!1bi$fyya>DE>m}tZ|Lq_jkwzA_umhV+VPZP$X$(RHjVz7!7-P fK{YxyQALfo@-)G9?345&DLX)eco~{hlY;pd1ji3g diff --git a/SpringAOP/target/classes/org/migue/javabrains/aspect/Loggable.class b/SpringAOP/target/classes/org/migue/javabrains/aspect/Loggable.class deleted file mode 100644 index e8a147d627a33417f3ec1828c0e8cd49f9ed244b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 164 zcmX^0Z`VEs1_omWPId++Mh2DqqICV-%=FS!{j9{Y#H6Cc%)Da##NvX~WA{E&!gY{QR+Lhn_IhFJ|sK4GxMHv-t(R_^UuG3`~_eZKc$fpD7apu)U+C*ENz-w zX4Nw-$1jjx8gW%Up-T78nwXK>lX*6UonJ*R#1@b_{^Oje$<)REW+&WDZo>>gR$|% z(S90U=oGWKh|6hQ5;&HyK8Fe91=1}AVLL?4N3dFV#H1z}&k!atoyL^FX{DLIg6@^leV>Ts~Ht4k%3FM-2WF(Cn z0%P5Bj=s)?mR*-#2CV1#iqX{KHi8W^FaqUmIN7A6+T4B&{ z>(d-Q!(Gx5xY6Fd>5jgVumMGo>P34g;M^Fypif?JZP#Q=^?*+PW)d9kL5Mq0XP>UR zsHOGEb8jYBH$3-QoX8*^3#8I`ycQ`O2in4LD!O;48Ma6}`ZSt37I?N*4md&7F$phTYxQ z6FSzC=hmdGlZ_~MXVaYL^rZ(H%zqUXw@PvBQ7Mc;19 zI0qhLycq$59P#SH|1{r9dVvjED7oO%aJZ5B8?^?op?FYL?Y4{PWD81DvIv3MtZ=B z6eAq{4R4N|+r|pu)V;nglI5$gdfp_q3Y)>)y z9>>>wypIojT-Qdc7|?hIjs1!8qmd7v85y*BvzGmhL-V~gV}yLhU`Esm#uAx;XXcww|jt16YttSCTHw#@f6 z9K~bKKfyTdU!vUtOw6#EDj7^hW;<-m!h^37XAmGH#yID;@Qm2oTu<5jM^gvV5NXuX W{K}`D@}M=|U41K7bEp zJS_$>apC5iIdjf@^UpsYpKtE~&Tyz8!*J{ew(d$h7W$Y^xfyWjg*p!>!iw~pS?|&7 zrfUT`hDtJ`JKVGNo;juohLsEH$>@?H+iDLOa##LPsK}zIA&(V?vLQWj8@r|m?z!m* zhN|IP+!^pdCiVAbE*i;@p>6zAPKTl7__i%QyE~jpOB7K-Rl)i%k^Na130Ff68zj(= zNpIaq-ynVcE|6Z-j{?EnP63+?4Py>$J_Nqoj7Fl#Q?!aL>?qh~sQqzP!!Gt1lu3ef zJi4JZzaq7X_$0BDSflp+IIzUEOiZXOS$mpLaRib`9|L4)Mcz?VsM0Aj%K4L56rR$y xN-=2zDpo0K^8v~wsu|3&0(goS7A6?%AaosHx&z^y@H5^Gxm1zk2Yul= zJ2LEf!a|l|-fTJ^SFZE6dm?(8A*;AA7)tHY)}aoia$5{jFQtYPxSM+gLMmQ3=46dR}U6YflU@q4VI?} zzW%SnMrRrnRsoZkqTVQpBZn%(dO}%?Dzs`yk9kz-3ZYVV3w27s5T83fSKJl8P})fY z+YQ4Y+&%A!Q>O#_hITUF|LUDt-N@>>ujRvSiYX)fc3(BRH@3`Ikij7aS zkO1as1j@v_I0ia91icq4H9#Lor|Dg5ZhpgtLAy_Am#7_GqH$E(yuiZ?IKPI-bFsf= zI<-Q`t1yUR_xt4eL{bH;(U*K3{UY2&*n&S0=!N~D+Fqf0T+kB#Ub#sSkUvo D>c;QY diff --git a/SpringAOP/target/classes/org/migue/javabrains/model/Triangle.class b/SpringAOP/target/classes/org/migue/javabrains/model/Triangle.class deleted file mode 100644 index 886f7d8f0adfb86695d26eddd713aae6855d4bbf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 553 zcma)2O-sW-5Ph4pjg6_%e(6<2NGrGpk4i6sr%(?qy>IFgx8wtow7*M15j^+<{88d; zno_hLyv)wbzIpG>e15%u0Jy@51%u%%%|afla4GphtVECrmE=55A7sR*nG#7DNeeZG zL;cMoYViADA?F1{EfKL~X#3l*Ns*}}yk=cX{zfDc5OAm&~Z>lgP{2a+Vggi z+Os`Lm)Tt2DebPcImV@47N^8y(is^HO-GqYIc-L@~j3bIahhNZs`ZetSIow6B8Xl39p{0fwuV`_n!csV&6c4p%*FN9!q~J>{EWuUBzV> z+p$pR(i8R}_mW7>oXj*(VyJ63JK&*jzjaTAmoO|mm!V8vFcdr8BZkr-`XEdcQLUkj z1%~CJ48@!2*cEET-9Ru{!^q>o5m!>%Iao?gWX$kn_#Y+p84O<}F9i=7_BzAA#W{(R zq2KRbfwFr06*L%X@d=-ZyfG6iXd1YCt-CBh4Xe0ExcE5bLHx=OBP9krrXHF%WqWU6 zo#Eit4xB5Q->K-+%)}b172KyudQy3TFtE+gx-rO@W*gXp)Xl_}=Cv3q)GTd8Gj|wv zZefmcM-y#SiRjYgMzcw}lYfTCu;e7%JA2J1`HoB{nkr8mO1;IE>*sNx`DlUefDQ~O z&=>8Wq(PQVnvpK=U!d|eeKtwzXW$MNN!Bt4(o1A9LYGNu@@EQGApNXo)xW{|g2f+L zJHEiiyk~7*0$T(;AmHI8&?aDa&gMicLMPi!gITE3z8h#_gO=N-;rFmkKg4EQ#A=o( ZFM?9y5%#Ez$HXtA*r?aZ=#WuB_YV+z%vS&a diff --git a/SpringAOP/target/classes/org/migue/javabrains/service/ShapeService.class b/SpringAOP/target/classes/org/migue/javabrains/service/ShapeService.class deleted file mode 100644 index 9a7b5f0422e72e00c6e912387080841c31365702..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1111 zcma)4%Wl&^6g`udlhmP2+mx0^NkSh^0`-DrP&buWMSzqld&eE6Q#p3!IFSzcU*P6)l$!#U%@kNnY`J--Y zPy#Q>L>>j^nk;f1S^p7BcYck&=Jz6Syt*B8U{}kwOc*GVfwJ=-0@h05IgZW+%Kcy( zy7HaU*IQkFmnXU*Xiy}}cb(zKfboioob&v{XToufJDao6r|s`BKgX~~91HPb1?ya! z2>=_Ya>vJnEsnalOLARY`GW1uC*Sa_eTU{J9%P_N%AA31s@9f>D)&SOIGhok5~;C; zcIPXa3mXZ;E1B4`aHO|`YvZE zn!athJu48BFAmjcC_;uabLFRFyDf%{!=sJ}Y$<(IZ!8xWkt^3ouC+95F&r;_$O^~Y zj*RQs?X%a8a~%a_B$Tt*mLJNwzT*hbX%FNC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/SpringDataTutorial/pom.xml b/SpringDataTutorial/pom.xml old mode 100644 new mode 100755 index c7a8c01..99075be --- a/SpringDataTutorial/pom.xml +++ b/SpringDataTutorial/pom.xml @@ -79,4 +79,30 @@ + + + + spring-data-tutorial + + + + org.codehaus.mojo + exec-maven-plugin + 1.1.1 + + + test + + java + + + org.migue.javabrains.JdbcDemo + + + + + + + + \ No newline at end of file diff --git a/SpringDataTutorial/target/classes/META-INF/MANIFEST.MF b/SpringDataTutorial/target/classes/META-INF/MANIFEST.MF deleted file mode 100644 index a70980b..0000000 --- a/SpringDataTutorial/target/classes/META-INF/MANIFEST.MF +++ /dev/null @@ -1,5 +0,0 @@ -Manifest-Version: 1.0 -Built-By: migue -Build-Jdk: 1.7.0_25 -Created-By: Maven Integration for Eclipse - diff --git a/SpringDataTutorial/target/classes/META-INF/maven/SpringDataTutorial/SpringDataTutorial/pom.properties b/SpringDataTutorial/target/classes/META-INF/maven/SpringDataTutorial/SpringDataTutorial/pom.properties deleted file mode 100644 index ee53b30..0000000 --- a/SpringDataTutorial/target/classes/META-INF/maven/SpringDataTutorial/SpringDataTutorial/pom.properties +++ /dev/null @@ -1,7 +0,0 @@ -#Generated by Maven Integration for Eclipse -#Thu Jan 16 19:22:37 CET 2014 -version=0.0.1-SNAPSHOT -groupId=SpringDataTutorial -m2e.projectName=SpringDataTutorial -m2e.projectLocation=/home/migue/workspace/SpringDataTutorial -artifactId=SpringDataTutorial diff --git a/SpringDataTutorial/target/classes/META-INF/maven/SpringDataTutorial/SpringDataTutorial/pom.xml b/SpringDataTutorial/target/classes/META-INF/maven/SpringDataTutorial/SpringDataTutorial/pom.xml deleted file mode 100644 index c7a8c01..0000000 --- a/SpringDataTutorial/target/classes/META-INF/maven/SpringDataTutorial/SpringDataTutorial/pom.xml +++ /dev/null @@ -1,82 +0,0 @@ - - 4.0.0 - SpringDataTutorial - SpringDataTutorial - 0.0.1-SNAPSHOT - - - org.springframework - spring-context - 4.0.0.RELEASE - - - - org.aspectj - aspectjrt - 1.7.4 - - - org.springframework - spring-jdbc - 4.0.0.RELEASE - - - - - org.aspectj - aspectjweaver - 1.7.4 - - - - aopalliance - aopalliance - 1.0 - - - - cglib - cglib - 3.1 - - - - commons-dbcp - commons-dbcp - 1.4 - - - - org.springframework - spring-orm - 4.0.0.RELEASE - - - - org.hibernate - hibernate-core - 3.6.10.Final - - - - javassist - javassist - 3.12.1.GA - - - - - - src - - - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - - - \ No newline at end of file diff --git a/SpringDataTutorial/target/classes/org/migue/javabrains/JdbcDemo.class b/SpringDataTutorial/target/classes/org/migue/javabrains/JdbcDemo.class deleted file mode 100644 index 65338f7423dba7ef58e4d483a3a803ea55c5e6b4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2373 zcmah~TUQ%p6x|;UOb9~@p+K>;3>Rs_ZHg!=sc3FMFgKHwi}f}M(=c?BiIYi7>*c}U z;h)flu&^$dYx(ArYx(LA@Kt|+%kyOhnn2RN%MUjVG&8v$Jmw+yo= zm$YI{m5-FiO5Rkoa#h|w$QL4N$q?XT7~lq3SIR{>l|NDo7DLZHt*lw=3|D;q9R^p} zI8Z&ff?g5b=wY}P*UD<0 zaId5XD-~TUD3)fF!}c*Zh8R3{jHTm}?!f?tc}F7*!@hQz-MGQfcf`?Bj996n_u(~+ z3%JR!^s;&`=N54bw;6<@YK2sVdYx^Tu&D-{ihux#VWus92Z~`6X_w~46vJRuqbk(~ zzxHPVGYoSb17t6rcVm_$ai|fsWyMmRz6JOg{2ilgT{!N+1m;A{V}YTUS`KSwfvaTJ z7xT9lLx~io%l5fIFP3mufZU?Z?9-~HmP9P$4br7iBbg4{cxi^5CS6!07*#0|WN$Kz zUer;jrs)T&>BcHW4aYL!cvRYm=E7Ui$eQG#c^UTLU6At{!(`h=n@bdN5AWG@CP|D8 z*M0sb@*L^%uTqsXPdWkZp6Iy+w4P2?^%ZzhKM z&fXVy5;^x2oINz%-mQ7U>9{9r)Xajqq4Cw#-`J`2&s^d#V-f@#{bzwLdZM2qT?KlR z>CWihJ$C~44-K=2uG|a^qK~ekeSq%$^wx{3xJF;dnSBcvodo`Uj)8rz_XOAD^WM=@ zjCJ8xOeE&Llg{&Wa^Cy8^L%H`wcx75zt;UD7N28f-}}}H-X80&j>2mJ+o|+ zWucCE9qCp>mJEw^+`nYl;T{xz?^3K!9Ls0z5-DUHBe%k(fCt>Ij)$i>VmPveJ;C5%k~D*Y9bKoMHxl!iRt0Zy>vFqXz>OLeYc2@g+>c ob_9Q+3X7 zSF$Qxhx_6sSG$d-9Y>5|L?@Xxck1Tb>XEQ~hLk5fPbz1JTfTBn8D`5G^YEhF-0%8d zV#w?TjxQUcB0X8P#g^kJpZf&iF|3EhUelFMz2@?UI8p8gvnn{Ls=T(4cGhp&RGX}g{NlN;FG& z5XUk@x|=5aZD0i^gAq9LI1qcn3vBAsIEnATw}!bC$3tpq=eVq#dIGChGw>K0h5_mL z6>bMKJJG{qTTf6Yxh;{Qk7%@kiJt3giDgLatH8Cyj?^m4Fe9(vDoxd2jJojDMz|SBo?MES|(I%DSpYtJtKo2*v*5(l?BEWF*4VS#mKK zqD{84+ETR4mOqBu$h1Y(C`Y@`j@>C2&oF(CS?b?879)7Qe2yZ+FRY&7(WgtjsW5+@ m)&;V*7&2vB7;UB~X7B`0i6M<4Ji|J1MDRRBcyZ~b1pEa(7(~1;N@Lk zV9*&qz>jj=C&Ajm;NU}Y_C7ght+j9Y@$>6<083btkYHGJy@uMf8f~ub7`sNzGc3nf z>xQd7uGh>B!_}KDdve|KOq*{Rtrqtrq!@DIuxcAlLw!=);btJAmtjVL`7O_K8ZSMg z$@g6EwYoz%s_A-M-FEjP2!`Gj%dvu0hGaphGNjhsI?o`9tPBZhhW?V}@N&CZU@)Mo?$FjWj9_1L&&Cai6NnHWN{f+B#cn( z9n6kA8CP+QVrcL{cLJh4iXkjXB@iXh6kXtr$r#53Lyu2K>y+z)u2j>QBCEW%wJBI; zWE7w<^buNgmti^%Fv?RmhhUhMaUF9E5;2si>?f$9I`?_M)5|azmvoBAbN8t53`{4- z3>%MO;#9RzPAcT_Zq+hixGf`x0a^?3;Qtx|O{ofqEY-i_wmp+SvP6^Sx`t+6kW$DM ztKk?y+oR7fy7Cu|jTTa$Vq{k0HFh_Two2_N>yE>{b=&ZLP7V2hVKTPsjs-^-yJs8= z6kL*?9{N?JkPt&jULScXt&G;5;sG*W$Vfn@cW=1)4rj=gqXRgLe)1?Q7@$*mvQy-p z3t@H%K1Dm@-!Sz202j)0v-yjM7*1dxqhwDWVp`b6xzBVe;>d?L-jkFM7{o`6;#0_1 zjF67_2ov+6Okpixk#46kj2raNOXk){&CS2m%#fNS@kqtlk$v3yLm7p|LYf5VE@k2l n1tBsqMJw%vnYbID3Gq3Jd-P6V8Ctlm;6AOQdl**n5W~L!T})d9 diff --git a/SpringDataTutorial/target/classes/org/migue/javabrains/dao/JdbcDaoImpl.class b/SpringDataTutorial/target/classes/org/migue/javabrains/dao/JdbcDaoImpl.class deleted file mode 100644 index 0bc97686945b9e334353763ee9fd96834e95823e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5533 zcmb7H`C}8u75>JOy}~S)V!#3tgu@{jgAx)*YH`#tP(*!U8508~T}x|QAZx{Hg`uHI zA!*tWplM4(=#e(PXj9sn0(Kmlgx+o1zp3<_U1_zp1-L&*J3BLPzW2U&&3^XZk3IqL z4F02_MqsUB4#!3_!$m!ITsx%=np!4Th@~|nwm&_X+N~Lh(R@~cUtqCZk7c#oaIAaq zxSp~E)Z^UKr*ns9=>jbs@~}eQ%;biLOl?#jGt3h)xhIw~Ox-@QygM$iBF8Q19!>7F zbW`G$R|WPw;w)P>FJ)t04?Kn-^=Zx0l19-?QNd*$(uUKq!pUrGw>!^Wq26N7%8cs$ znL=hTtGDHHhNW2%6rdnT8$b_)0+ z(S8AcyOGxG;lmOY3$RdNQAZ}HcNIqmb+b<+u0XKENNL%A&CJO6(xl%S$xxB?wjz)6 z6=4?*>(+EOH%FpXt$2WM=7E%`s6`zQE6hAB7Wse9l7=s!LKVIR8mUfIPe|a^D(0b{ zLIm~-g(B5uqWub<6lk7%?A4!b_TDA*v-{&2}TMOr=9W1ZB#S%rdtz&x7Vo-tF> zsp}&NhyGc<8)ZObW6r+#d~C*33St5c)yPrtG`2Wgwi~$|6Oi#Ku)M^j9n_VDcs-uQ zHU(P+mfDFcV?KGHW6$Z7o|lp;p0h(xW~-I7wA6_{Q%mUqd`@6ZLC^C1aC3ObG)BXY ze&MkZ-PFUGba+R2*L=jWL&0`|$K2B^;3{@v7b`~I)S03>Pq*|@J;#dil;cFFj3g~t zDdJ8n*!uT40%=!*q_m-3!3!)GF3_x9Dt2QJ(~S|6kSMj0L?YTRMZch89}=uo`e{8? zwDbc--8{oW;3chBFBG#@Qnv{9MRY3YU>>?)?y8C|bTf%_`e{NiqYo=MK(4A5P_JVH zNJ=qQDS7@u75zBm1c*a`3=liCtFdC&+Y(Xr=)r)D+r!d=L=_p@9LG@=Uy`n^O=XP& zG23ud0v{C!r0j@Hqy+>?@ug${Ep^V3@lo+0tB7FaF0ZV4V~49Xc~+!VmE~DJk$X(; zX{hXRspQ%MJLEdGyj|lIWXq9c8{9Wy8e>jHT<9iJyTKxDGoJ_`FR-!{r71ZdX^uL< z>X;}~+*DBj1?HcWPTy;oc5E!I#BBlTeidI6P)=#tqTW4ZyV(m>+7?%Eep*9z0z?}9 zx{9yk4S|JaqszT|e-*orc&u>t#XU3aS*=hgXQ!v{(|gNZryR;yBeK^d?XDldn=Ihd ztB2zd4*?3^5_r05+RV6jtaU06qa?4J^|*jbGWstIY;#)Bta|z|`FONn67;qt=-UE= zbL8XU&7s#AbF{0@lWcr#*{ov*lOb5HJ4Gv#jdf%S7Rj8K%nau=t7tN`o}0B{d-bmG zEimz&@c^ze)v6IMZN8@B`}hGXf*lkBomFgqL{Fb(sMi9OcShax^t(Ce9PJO_#{yAD zG@Qv<>lOm| zy+CYEwzrawR+|n5HwAV+JRs%9v~w?JU?xvy-TSq32@c>E3v-6tjpL5YrU`)!Re12! zfl_6V=`)TGRZQU{wh}F!?w3_cU}$dQj|i|wDb5Scdi+tk@MD4AYLIg#W;QEv>ElJV z3NBwv*Bx`$xyqUBXem=?r1kMOpBpY+=L7h&z*c7=Y{?!MF0Y3piQO_0WG83|ceQoy zVFH+`5zUNj*%}Qq1Dfzx6@SCu8SkYFjqFAqUzM*^ymZ$)4&R%RSJ1_>MwhMhJz!+Wof-;_So$ZrOYYUCx@ ze)1~M)%hIP@u~8;fKPt?@P85CVtfidYnvyr_$CK62=ZTU23F%S{;SRgG+-&;*b}jw z|I>wUqj8*zUg1bp;T2d}65h$(HI%7q-gpO%73g|?*-a)ufG5>s5HX ziXu>Lt0drL{Ix%a!uZEv22;5oxU}PrBlDpU#{T<5awc1~1~bO*grEk_bYtA#`pJd zjOd4ne*`!9eiNGQw7eY!w_K;)!k4+iD$N~(Nb$LtQIUpDotNQ97{V||A-41pWVm9{ zp>nmBXFH<+@ynxY?&yX)I!>G4z=HcE(x*TOgv{El6{F)LzHin6N^4@u$qG3oP~847Y4*6E>7TE_s}yF@f2~! zJcvy$Vv~!w+C}^hzDwjQHZR|^>tF{xD@$2J@EwP@3f#Lhv0f(DSr2~=E`Lj0{(i_P zb1LkJYtws?Ebj(jAg#&($ewLiT^+PiY(>datXN`O90e1a{IUw6c#jfAFsAn0~ ze%ccW{;u;b#s`9bC;?95cCc4MPGGW&{*1P;Xx;T-2W`1GdG1>*&X=$OZ`=6I&Ur4c z5tQ-Qm3V!eS@;P)rKG?;w>|A6uaa3c_@{D2{$-}6?@;C{rQh|iIy)+T_=oMWf4VjQ RUwr?JKUttJ@b_=5_#aiSaxee@ diff --git a/SpringDataTutorial/target/classes/org/migue/javabrains/dao/SimpleJdbcDaoImpl.class b/SpringDataTutorial/target/classes/org/migue/javabrains/dao/SimpleJdbcDaoImpl.class deleted file mode 100644 index 057d53a94689c94b65ab4e4fe2e27626e9432938..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 705 zcma)4Jx{|h5Pfb7EunlBDBn=FwxD`oLPab^NJSA#5xbk3;F83}NkIH378Z~g_yPPV z#5r^TAtaWw&-dQ>`JLZCUf%#5pjJeVp{b3}L*=KE55=A68=<0@4}|7D6^;UVHt2gN zLU(CjM1kSZ;^UD~k$+`GDDSno;X?v(PaDbOjP#S+OGhJZ5{Ahm6{+NyAzyD?G88&` zARXi}RmKD+8RlFS$@4VqOLHOmfn=z-+7rR0Fv{lR!$NYcVupS9|I*tGv%X9^%6Nh7 z=rkfVB%)iw0>efu1L-9-&z{$tjoOvbVa?014j2~8Si&;NqYl=N3rS{(gygmAjZDPf zetgHb9jsujh}E&{|6`T0jtz$C+fR(bXq{-jp!AfL9g4OLEMl5s`3pen z3}xgu<|tb72{p@EL}lJ>KBKbtjOruhIoKXfR$HZO*Rwv=FYLGveGY75i#joEXPli+ DMDea; diff --git a/SpringDataTutorial/target/classes/org/migue/javabrains/model/Circle.class b/SpringDataTutorial/target/classes/org/migue/javabrains/model/Circle.class deleted file mode 100644 index a18e9f91d031643ae2130e6a2c4f854d01b1c82b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1010 zcmaizUu)A)7{;H|zpjhxR<~-~={md3w2Had9O-_cp?2*Ag4wG!WC$|p6OUkMhIFZk_4q`7>fsO>~ zeN*_sc_+h2MX}VrbllOAKtX#`DNsw|sqk4GDm`Yb^h{|L9}DE|?trN$q^Tf}s)bcp z0@c3K@^m&G%J7ZHjz%W%y~)4}m9aBtA%3ff(CPnoME0!P?jlNePys_0?&6+6F_N*% znG3d?2AURH*cK==aGH#>WiJz9={POrK<)}9+ZKu_v6B9@a?|cEmYUQ(3oEDyRL+7~ z=*ySN%)6Ri%~P{nfo4+q=aOIWO5%@4*ri0C_nqU9Eoqf$ne$fSrFLd>we;Smb;wij zEcU)(?Msrj&S!-Zz$OZ)V}oxdok^(S4o^ZcmI|CR(=@FbfnMthTfHY&XxvEEC;~M2 zY;w95*07yOw$rjqk^&jCc{8LrHn@)mJm;q{%nl?a)$uJ`i@_zgxUon!z2 diff --git a/SpringDataTutorial/target/classes/spring.xml b/SpringDataTutorial/target/classes/spring.xml deleted file mode 100644 index 5ff1fdb..0000000 --- a/SpringDataTutorial/target/classes/spring.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - org.hibernate.dialect.DerbyDialect - - - - \ No newline at end of file diff --git a/SpringTutorial/pom.xml b/SpringTutorial/pom.xml old mode 100644 new mode 100755 index a4f539b..5682ecc --- a/SpringTutorial/pom.xml +++ b/SpringTutorial/pom.xml @@ -19,4 +19,31 @@ + + + + spring-tutorial-intro + + + + org.codehaus.mojo + exec-maven-plugin + 1.1.1 + + + test + + java + + + org.migue.learning.spring.DrawingApp + + + + + + + + + diff --git a/SpringTutorial/target/classes/META-INF/MANIFEST.MF b/SpringTutorial/target/classes/META-INF/MANIFEST.MF deleted file mode 100644 index a70980b..0000000 --- a/SpringTutorial/target/classes/META-INF/MANIFEST.MF +++ /dev/null @@ -1,5 +0,0 @@ -Manifest-Version: 1.0 -Built-By: migue -Build-Jdk: 1.7.0_25 -Created-By: Maven Integration for Eclipse - diff --git a/SpringTutorial/target/classes/META-INF/maven/org.migue.learning.spring/SpringDemo/pom.properties b/SpringTutorial/target/classes/META-INF/maven/org.migue.learning.spring/SpringDemo/pom.properties deleted file mode 100644 index 0cad663..0000000 --- a/SpringTutorial/target/classes/META-INF/maven/org.migue.learning.spring/SpringDemo/pom.properties +++ /dev/null @@ -1,7 +0,0 @@ -#Generated by Maven Integration for Eclipse -#Sun Dec 01 12:53:57 CET 2013 -version=1.0-SNAPSHOT -groupId=org.migue.learning.spring -m2e.projectName=SpringDemo -m2e.projectLocation=C\:\\Users\\migue\\workspace\\SpringDemo -artifactId=SpringDemo diff --git a/SpringTutorial/target/classes/META-INF/maven/org.migue.learning.spring/SpringDemo/pom.xml b/SpringTutorial/target/classes/META-INF/maven/org.migue.learning.spring/SpringDemo/pom.xml deleted file mode 100644 index a4f539b..0000000 --- a/SpringTutorial/target/classes/META-INF/maven/org.migue.learning.spring/SpringDemo/pom.xml +++ /dev/null @@ -1,22 +0,0 @@ - - 4.0.0 - - org.migue.learning.spring - SpringDemo - 1.0-SNAPSHOT - - - - org.springframework - spring-context - 3.2.4.RELEASE - - - - - true - - - - diff --git a/SpringTutorial/target/classes/archetypes.txt b/SpringTutorial/target/classes/archetypes.txt deleted file mode 100644 index ce8e470..0000000 --- a/SpringTutorial/target/classes/archetypes.txt +++ /dev/null @@ -1,956 +0,0 @@ -[INFO] Scanning for projects... -[INFO] -[INFO] ------------------------------------------------------------------------ -[INFO] Building Maven Stub Project (No POM) 1 -[INFO] ------------------------------------------------------------------------ -[INFO] -[INFO] >>> maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom >>> -[INFO] -[INFO] <<< maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom <<< -[INFO] -[INFO] --- maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom --- -[INFO] Generating project in Interactive mode -[INFO] No archetype defined. Using maven-archetype-quickstart (org.apache.maven.archetypes:maven-archetype-quickstart:1.0) -Choose archetype: -1: remote -> br.com.ingenieux:elasticbeanstalk-service-webapp-archetype (A Maven Archetype Encompassing RestAssured, Jetty, Jackson, Guice and Jersey for Publishing JAX-RS-based Services on AWS' Elastic Beanstalk Service) -2: remote -> br.gov.frameworkdemoiselle.archetypes:demoiselle-jsf-jpa (Archetype for web applications (JSF + JPA) using Demoiselle Framework) -3: remote -> br.gov.frameworkdemoiselle.archetypes:demoiselle-minimal (Basic archetype for generic applications using Demoiselle Framework) -4: remote -> br.gov.frameworkdemoiselle.archetypes:demoiselle-vaadin-jpa (Archetype for Vaadin web applications) -5: remote -> co.ntier:spring-mvc-archetype (An extremely simple Spring MVC archetype, configured with NO XML.) -6: remote -> com.abiquo:storage-plugin-archetype (-) -7: remote -> com.agilejava.docbkx:docbkx-quickstart-archetype (-) -8: remote -> com.airhacks:igniter (An application template for building Java FX MVP applications - with Dependency Injection and afterburner.fx) -9: remote -> com.airhacks:javaee7-essentials-archetype (Java EE 7 project template. Clean, lean and minimalistic.) -10: remote -> com.alibaba.citrus.sample:archetype-webx-quickstart (-) -11: remote -> com.astamuse:asta4d-archetype (an archetype that is automatically created from asta4d-sample.) -12: remote -> com.atolcd.alfresco:repo-archetype (Alfresco repository module archetype) -13: remote -> com.atolcd.alfresco:share-archetype (Alfresco Share module archetype) -14: remote -> com.bsb.common.vaadin:com.bsb.common.vaadin.embed-simple-archetype (-) -15: remote -> com.bsb.common.vaadin:com.bsb.common.vaadin7.embed-simple-archetype (-) -16: remote -> com.cedarsoft.open.archetype:multi (-) -17: remote -> com.cedarsoft.open.archetype:simple (-) -18: remote -> com.cloudfoundry.tothought:spring-data-basic (A basic setup for Spring Data + Hibernate + MySql) -19: remote -> com.crawljax.plugins.archetypes:crawljax-plugins-archetype (Generates a Crawljax project template.) -20: remote -> com.dyuproject.protostuff.archetype:basic-gwt-webapp (webapp archetype using protostuff, json and gwt) -21: remote -> com.dyuproject.protostuff.archetype:basic-webapp (webapp archetype using protostuff, json and jquery) -22: remote -> com.dyuproject.protostuff.archetype:simple-gwt-webapp (webapp archetype using protobuf, json and gwt) -23: remote -> com.dyuproject.protostuff.archetype:simple-webapp (webapp archetype using protobuf, json and jquery) -24: remote -> com.force.sdk:springmvc-archetype (-) -25: remote -> com.gfk.senbot:SenBotArchetype (Archetype to create new project exposing the SenBot (junit/cucumber/selenium acceptance test executor) to your test environment.) -26: remote -> com.gfk.senbot:SenBotDemo-archetype (A SenBot Demo project with the purpose to demonstrate all available SenBot features.) -27: remote -> com.github.akiraly.reusable-poms:simple-java-project-with-spring-context-archetype (-) -28: remote -> com.github.akiraly.reusable-poms:simple-java-project-with-util-libs-archetype (-) -29: remote -> com.github.apetrelli.samplegwt:samplegwt-archetype (A complete but simple archetype that connects GWT to several technologies: JPA 2, Hibernate, Spring Core, Spring Security, Spring Transactions.) -30: remote -> com.github.casmi.archetypes:casmi-quickstart (Quickstart archetype for casmi project) -31: remote -> com.github.dakusui:logiaslisp (A JSON based Lisp processor.) -32: remote -> com.github.dakusui:symfonion (A JSON based music macro language processor.) -33: remote -> com.github.genthaler:ant-maven-plugin-archetype (Maven Archetype to generate an Ant-based Maven Plugin) -34: remote -> com.github.genthaler:beanshell-maven-plugin-archetype (Maven Archetype to generate an Beanshell-based Maven Plugin) -35: remote -> com.github.igor-petruk.archetypes:maven-archetype-executable (Executable Quickstart Archetype that is ready to run with 'java -jar') -36: remote -> com.github.igor-petruk.archetypes:maven-archetype-scala-executable (Creates executable Scala Project that is ready to run with 'java -jar') -37: remote -> com.github.jpaoletti:jpm-archetype (Archetype for a jpm-struts1-bootstrap project) -38: remote -> com.github.lalyos:standalone-jpa-eclipselink-archetype (StandAlone (j2se) jpa project with eclipseLink implementations using embedded DerbiDB) -39: remote -> com.github.mhshams:kotlin-quickstart-archetype (Kotlin Quick Start Archetype) -40: remote -> com.github.searls:jasmine-archetype (An archetype to get started with JavaScript unit testing with Jasmine.) -41: remote -> com.github.venkatramanm.swf-all:swf-archetype (Archetype to create apps using SWF) -42: remote -> com.github.venkatramanm.swf-all:swf-plugin-archetype (Archetype to create plugins for SWF) -43: remote -> com.google.appengine.archetypes:guestbook-archetype (-) -44: remote -> com.google.appengine.archetypes:skeleton-archetype (-) -45: remote -> com.google.appengine.demos:guestbook-archetype (-) -46: remote -> com.google.code.plsqlmaven:plsql-package-archetype (a sample archetype that creates a project with a PL/SQL package inside and extends the parent project) -47: remote -> com.google.code.plsqlmaven:plsql-project-archetype (preconfigured PL/SQL project) -48: remote -> com.google.code.plsqlmaven:plsql-webapp-archetype (preconfigured PL/SQL webapp) -49: remote -> com.google.sitebricks:sitebricks-jetty-archetype (-) -50: remote -> com.googlecode.android-player-root-archetype:parent-archetype (-) -51: remote -> com.googlecode.apparat:apparat-archetype-asm (-) -52: remote -> com.googlecode.apparat:apparat-archetype-tdsi (-) -53: remote -> com.googlecode.etl-unit:etlunit-feature-archetype (-) -54: remote -> com.googlecode.etl-unit:etlunit-project-archetype (-) -55: remote -> com.googlecode.gwtquery:gquery-archetype (This archetype generates a Gwt-2.5.0-rc1 project with all set to use GwtQuery and its plugins.) -56: remote -> com.googlecode.gwtquery:gquery-plugin-archetype (-) -57: remote -> com.googlecode.jannocessor:jannocessor-sample-archetype (Multi-module sample project for annotation-driven source code generation with JAnnocessor) -58: remote -> com.googlecode.jdbc-proc:jdbc-proc-archetype (Creates simple project with jdbc-proc support) -59: remote -> com.googlecode.metridoc:metridoc-archetype (-) -60: remote -> com.googlecode.playn:playn-archetype (Archetype for PlayN game projects.) -61: remote -> com.highwise:weby (A simple spring mvc + hibernate project archetype) -62: remote -> com.jamcracker.adapter.jit:jit-adapter-archetype (-) -63: remote -> com.jgeppert.struts2.jquery:struts2-jquery-archetype-base (This Archetype provides a Webapp Configuration ready for the Struts2 jQuery Plugin.) -64: remote -> com.jgeppert.struts2.jquery:struts2-jquery-archetype-mobile (This Archetype provides a Webapp Configuration ready for the Struts2 jQuery Mobile Plugin.) -65: remote -> com.jgeppert.struts2.jquery:struts2-jquery-bootstrap-archetype-grid (This Archetype provides a Webapp Configuration ready for the Struts2 jQuery Grid Plugin and the Struts2 Bootstrap Plugin.) -66: remote -> com.liferay.maven.archetypes:liferay-ext-archetype (Provides an archetype to create Liferay extensions.) -67: remote -> com.liferay.maven.archetypes:liferay-hook-archetype (Provides an archetype to create Liferay hooks.) -68: remote -> com.liferay.maven.archetypes:liferay-layouttpl-archetype (Provides an archetype to create Liferay layout templates.) -69: remote -> com.liferay.maven.archetypes:liferay-portlet-archetype (Provides an archetype to create Liferay portlets.) -70: remote -> com.liferay.maven.archetypes:liferay-portlet-icefaces-archetype (Provides an archetype to create Liferay ICEfaces portlets.) -71: remote -> com.liferay.maven.archetypes:liferay-portlet-jsf-archetype (Provides an archetype to create Liferay JSF portlets.) -72: remote -> com.liferay.maven.archetypes:liferay-portlet-liferay-faces-alloy-archetype (Provides an archetype to create Liferay Faces Alloy portlets.) -73: remote -> com.liferay.maven.archetypes:liferay-portlet-primefaces-archetype (Provides an archetype to create Liferay PrimeFaces portlets.) -74: remote -> com.liferay.maven.archetypes:liferay-portlet-richfaces-archetype (Provides an archetype to create Liferay RichFaces portlets.) -75: remote -> com.liferay.maven.archetypes:liferay-servicebuilder-archetype (Provides an archetype to create Liferay Service Builder portlets.) -76: remote -> com.liferay.maven.archetypes:liferay-theme-archetype (Provides an archetype to create Liferay themes.) -77: remote -> com.liferay.maven.archetypes:liferay-web-archetype (Provides an archetype to create Liferay webs.) -78: remote -> com.lordofthejars.thymeleafarchetype:thymeleaf-spring-maven-archetype (Thymeleaf Spring Maven Archetype) -79: remote -> com.matthewjosephtaylor.archetypes:application-archetype (Maven archetype for a single-jar application) -80: remote -> com.mikenimer:extjs-springmvc-webapp (A maven Archetype to create new EXTJS project powered by a spring MVC service.) -81: remote -> com.mycodefu:executable-jar-archetype (An archetype to create a Java project which is easy to deploy and execute.) -82: remote -> com.mysema.rdf:rdfbean-tapestry-quickstart (Archetype for creating a basic RDFBean Tapestry 5 application.) -83: remote -> com.mysema.rdfbean:rdfbean-tapestry-quickstart (-) -84: remote -> com.nativelibs4java:javacl-simple-tutorial (-) -85: remote -> com.nitorcreations:dope-archetype (-) -86: remote -> com.pojosontheweb:woko-archetype (-) -87: remote -> com.proofpoint.platform:sample-server-archetype (Sample server archetype) -88: remote -> com.proofpoint.platform:skeleton-server-archetype (Skeleton server archetype) -89: remote -> com.pyx4me:j2me-simple (Maven 2 Archetype for midlet application using j2me-maven-plugin) -90: remote -> com.rexsl:rexsl-maven-archetype (-) -91: remote -> com.sibvisions.jvx:jvxapplication-archetype (A preconfigured setup for a JVx application) -92: remote -> com.sixdimensions.wcm.cq:cq-deploy-plugin (Maven plugin for automating code deployments to Adobe CQ.) -93: remote -> com.sixsq.slipstream:slipstream-module (-) -94: remote -> com.strategicgains.archetype:restexpress-scaffold-minimal (A Minimal RestExpress Server) -95: remote -> com.strategicgains.archetype:restexpress-scaffold-mongodb (A Basic, MongoDB-backed Service Suite) -96: remote -> com.sun.faces:faces-2.1-test-war-archetype (Archetype to create automated test based on JSF 2.1) -97: remote -> com.sun.faces:faces-2.2-test-war-archetype (Create a JSF 2.2 vanilla app.) -98: remote -> com.sun.faces.regression:i_jsf_XXXX-archetype (-) -99: remote -> com.sun.faces.test:i_jsf_xxxx_htmlunit-archetype (-) -100: remote -> com.sun.jersey.archetypes:jersey-quickstart-ejb (An archetype which contains a simple Jersey based EJB project.) -101: remote -> com.sun.jersey.archetypes:jersey-quickstart-grizzly (An archetype which contains a quickstart Jersey project based on Grizzly container.) -102: remote -> com.sun.jersey.archetypes:jersey-quickstart-grizzly2 (An archetype which contains a quickstart Jersey project based on Grizzly2 container.) -103: remote -> com.sun.jersey.archetypes:jersey-quickstart-webapp (An archetype which contains a sample Jersey based Webapp project.) -104: remote -> com.taobao.itest:itest-sample-s30-archetype (-) -105: remote -> com.tqlab.sense:tqlab-sense-archetype (tqlab sense archetype) -106: remote -> com.vaadin:vaadin-archetype-addon (-) -107: remote -> com.vaadin:vaadin-archetype-application (This archetype generates a simple Vaadin application as a Maven project.) -108: remote -> com.vaadin:vaadin-archetype-clean (This archetype generates a simple Vaadin application as a Maven project. - No custom widgetset is included.) -109: remote -> com.vaadin:vaadin-archetype-jpacontainer (This archetype generates a simple Vaadin application using JPAContainer as a Maven project.) -110: remote -> com.vaadin:vaadin-archetype-portlet (This archetype creates a simple porlet with required Vaadin dependencies. In addition to standard JSR 286 configurations the archetype also adds liferay specific configuration files, but they shoudn't affect other portals.) -111: remote -> com.vaadin:vaadin-archetype-sample (This archetype generates a Vaadin application as a Maven project. - The application contains a custom GWT widgetset that is compiled - by the GWT compiler and integrated into the project as part of the - build process. The application is based on the Vaadin Color Picker - Demo application available at http://vaadin.com.) -112: remote -> com.vaadin:vaadin-archetype-touchkit (This archetype generates a simple Vaadin application using TouchKit as a Maven project.) -113: remote -> com.vaadin:vaadin-archetype-widget (This archetype generates a Vaadin widget project for Vaadin 7.x and a test application for Vaadin 7.1.) -114: remote -> com.vaadin:vaadin-maven-plugin (Maven plugin for Vaadin.) -115: remote -> com.vektorsoft.demux.tools:demux-android-archetype (Create Android application structure for DEMUX Framework applications) -116: remote -> com.vektorsoft.demux.tools:demux-bundle-archetype (Create application bundles for DEMUX Framework applications) -117: remote -> com.vektorsoft.demux.tools:demux-jfx-archetype (Create JavaFX desktop application structure for DEMUX Framework applications) -118: remote -> com.wadpam.gaelic:gaelic-archetype-starter (-) -119: remote -> com.willowtreeapps:oak-archetype (-) -120: remote -> com.willowtreeapps:oak-dagger-archetype (-) -121: remote -> com.zenjava:javafx-basic-archetype (The JavaFX Basic Archetype provides core functionality for assembling JavaFX applications.) -122: remote -> com.zenjava:javafx-rest-archetype (The JavaFX Basic Archetype provides a Maven archetype for generating a basic JavaFX REST client-server starter - project.) -123: remote -> de.akquinet.android.archetypes:android-gcm-quickstart (Creates a skeleton for a GCM Android application) -124: remote -> de.akquinet.android.archetypes:android-library-quickstart (Creates a skeleton for an Android library) -125: remote -> de.akquinet.android.archetypes:android-quickstart (Creates a skeleton for an Android application) -126: remote -> de.akquinet.android.archetypes:android-release (Creates a skeleton for an Android application, - instrumentation tests and ready-to-publish application on releases.) -127: remote -> de.akquinet.android.archetypes:android-with-test (Creates a skeleton for an Android application and instrumentation tests) -128: remote -> de.akquinet.android.archetypes:stand-archetype (Creates a skeleton for an Android application using the Stand framework stack) -129: remote -> de.akquinet.chameria:chameria-quickstart-archetype (-) -130: remote -> de.akquinet.javascript.archetypes:javascript-jqueryplugin (-) -131: remote -> de.akquinet.javascript.archetypes:javascript-quickstart (-) -132: remote -> de.akquinet.jbosscc:jbosscc-javaee6-modular-ear-archetype (Maven Archetype to generate a modular Java EE 6 based project skeleton.) -133: remote -> de.akquinet.jbosscc:jbosscc-seam-archetype (Maven Archetype to generate a Seam Application - running on JBoss AS7) -134: remote -> de.cologneintelligence:archetype-fitgoodies-quickstart (Archetype which generates an FitGoodies-enabled example project) -135: remote -> de.crowdcode.kissmda.maven:kissmda-maven-app-archetype (-) -136: remote -> de.crowdcode.kissmda.maven:kissmda-maven-cartridge-archetype (-) -137: remote -> de.holisticon.archetypes:java-library (Please refer to https://github.com/holisticon/java-library-archetype.) -138: remote -> de.learnlib.archetypes:complete (Archetype which includes all LearnLib dependencies) -139: remote -> de.learnlib.archetypes:core (Archetype providing dependencies for core functionalities of LearnLib) -140: remote -> de.learnlib.archetypes:typical (Archetype for a typical LearnLib setup, including the most commonly used dependencies) -141: remote -> de.saumya.mojo:rails-maven-archetype (-) -142: remote -> de.schlichtherle:javafx-scala-demo (An archetype for a standalone JavaFX 2.0 application written in Scala. -The generated application is translated from the Colorful Circles demo from the -JavaFX 2.0 SDK.) -143: remote -> de.schlichtherle.truezip:truezip-archetype-file (TrueZIP File* module application - requires JSE 6.) -144: remote -> de.schlichtherle.truezip:truezip-archetype-path (TrueZIP Path module application - requires JSE 7.) -145: remote -> dk.jacobve.maven.archetypes:maven-archetype-flex (An archetype which contains a sample Maven Flex project using the israfil maven plugin) -146: remote -> dk.navicon:valkyrie-rcp-archetype (Archetype for creating new Valkyrie projects.) -147: remote -> es.ucm.fdi.grasia.faerie.archetypes:basic (Project for definition and implementation of an architecture/framework for Ambient-Assited Living systems) -148: remote -> eu.vitaliy:java6se-spring3-archetype (Simple spring 3 archetype) -149: remote -> fr.ybonnel:simpleweb4j-archetype (An archetype for SimpleWeb4j.) -150: remote -> io.airlift:sample-server-archetype (Sample server archetype) -151: remote -> io.airlift:skeleton-server-archetype (Skeleton server archetype) -152: remote -> io.brooklyn:brooklyn-archetype-quickstart (This project defines an archetype for creating new projects which consume brooklyn, - including an example application and an example new entity type, - able to build an OSGi JAR and a binary assembly, with logging and READMEs.) -153: remote -> io.vertx:vertx-maven-archetype (-) -154: remote -> it.amattioli:javate-zk-archetype (-) -155: remote -> it.amattioli:javate-zk-jpa-archetype (-) -156: remote -> it.amattioli.archetypes:javate-zk-archetype (-) -157: remote -> it.tidalwave.netbeans:netbeans-platform-application-archetype (Tidalwave NetBeans Platform Application Archetype) -158: remote -> it.tidalwave.netbeans:netbeans-platform-archetype (Tidalwave NetBeans Platform Archetype) -159: remote -> it.tidalwave.northernwind:simple-project-site-archetype-1 (-) -160: remote -> it.tidalwave.northernwind:simple-site1-step1-archetype (-) -161: remote -> it.tidalwave.thesefoolishthings:project-archetype (TheseFoolishThings - Project Archetype) -162: remote -> javax.faces:javax.faces-war-archetype (A simple project with war packaging that depends on JSF 2.2 and - javaee 6, in that order.) -163: remote -> jboss:mobicents-ra-mavenization-archetype (-) -164: remote -> me.noroutine:tobacco-bootstrap (Web Application with all modern client libraries) -165: remote -> net.alchim31.maven:scala-archetype-simple (The maven-scala-plugin is used for compiling/testing/running/documenting scala code in maven.) -166: remote -> net.automatalib.archetypes:complete (-) -167: remote -> net.automatalib.archetypes:core (-) -168: remote -> net.automatalib.archetypes:typical (-) -169: remote -> net.avh4.mvn.archetype:java-1.6-archetype (-) -170: remote -> net.contextfw:web-quickstart (Context Web Application Framework - Quickstart) -171: remote -> net.databinder:data-app (To make creating a new Databinder application easier, this archetype includes all required sources and resources.) -172: remote -> net.databinder.maven.net.databinder:data-app (To make creating a new Databinder application easier, this archetype includes all required sources and resources.) -173: remote -> net.devonlinux.solr:solr-quickstart-archetype (-) -174: remote -> net.devonlinux.solr:solr-quickstart-archetype-no-acceptance-tests (-) -175: remote -> net.flexmojos.oss:flexmojos-archetypes-application (-) -176: remote -> net.flexmojos.oss:flexmojos-archetypes-library (-) -177: remote -> net.flexmojos.oss:flexmojos-archetypes-modular-webapp (-) -178: remote -> net.ja731j.bukkit:bukkit-plugin-simple (A Maven archetype which creates a simple Bukkit plugin) -179: remote -> net.java.truelicense:truelicense-maven-archetype (Provides a Maven archetype for license vendor and consumer applications.) -180: remote -> net.java.trueupdate:trueupdate-archetype-glassfish (An archetype for a TrueUpdate application running in Oracle GlassFish.) -181: remote -> net.java.trueupdate:trueupdate-archetype-tomcat (An archetype for a TrueUpdate application running in Apache Tomcat.) -182: remote -> net.java.truevfs:truevfs-archetype-access (Showcases the client API of the module TrueVFS Access.) -183: remote -> net.java.truevfs:truevfs-archetype-profile (Creates a custom TrueVFS Profile which bundles all selected TrueVFS - modules for ease of use with and without Maven.) -184: remote -> net.kindleit:gae-archetype-gwt (Archetype for creating maven-gae projects that uses GWT for the view) -185: remote -> net.kindleit:gae-archetype-jsf (Archetype for creating maven-gae projects that works under Java Server Faces) -186: remote -> net.kindleit:gae-archetype-jsp (Archetype for creating maven-gae projects that uses jsp for the view) -187: remote -> net.kindleit:gae-archetype-objectify-jsp (Archetype for creating maven-gae projects that uses jsp for the view and Objectify for the ORM.) -188: remote -> net.kindleit:gae-archetype-wicket (Archetype for creating maven-gae projects based on apache wicket framework) -189: remote -> net.ladstatt:scala-javafx-archetype (The Scala JavaFX Archetype provides a simple template for a scala based - JavaFX project) -190: remote -> net.liftweb:lift-archetype-basic (Basic project archetype for Lift Web Framework (with database, logging, user management).) -191: remote -> net.liftweb:lift-archetype-basic_2.10 (Basic project archetype for Lift Web Framework (with database, logging, user management).) -192: remote -> net.liftweb:lift-archetype-basic_2.7.7 (Basic project archetype for Lift Web Framework (with database, logging, user management).) -193: remote -> net.liftweb:lift-archetype-basic_2.8.0 (Basic project archetype for Lift Web Framework (with database, logging, user management).) -194: remote -> net.liftweb:lift-archetype-basic_2.8.1 (-) -195: remote -> net.liftweb:lift-archetype-basic_2.9.1 (Basic project archetype for Lift Web Framework (with database, logging, user management).) -196: remote -> net.liftweb:lift-archetype-blank (Blank project archetype for Lift Web Framework.) -197: remote -> net.liftweb:lift-archetype-blank_2.10 (Blank project archetype for Lift Web Framework.) -198: remote -> net.liftweb:lift-archetype-blank_2.7.7 (Blank project archetype for Lift Web Framework.) -199: remote -> net.liftweb:lift-archetype-blank_2.8.0 (Blank project archetype for Lift Web Framework.) -200: remote -> net.liftweb:lift-archetype-blank_2.8.1 (-) -201: remote -> net.liftweb:lift-archetype-blank_2.9.1 (Blank project archetype for Lift Web Framework.) -202: remote -> net.liftweb:lift-archetype-hellolift (Archetype - hellolift, a sample Lift application) -203: remote -> net.liftweb:lift-archetype-jpa-basic (Basic JPA archetype for Lift Web Framework.) -204: remote -> net.liftweb:lift-archetype-jpa-basic_2.10 (Basic JPA archetype for Lift Web Framework.) -205: remote -> net.liftweb:lift-archetype-jpa-basic_2.7.7 (Basic JPA archetype for Lift Web Framework.) -206: remote -> net.liftweb:lift-archetype-jpa-basic_2.8.0 (Basic JPA archetype for Lift Web Framework.) -207: remote -> net.liftweb:lift-archetype-jpa-basic_2.8.1 (-) -208: remote -> net.liftweb:lift-archetype-jpa-basic_2.9.1 (Basic JPA archetype for Lift Web Framework.) -209: remote -> net.liftweb:lift-archetype-jpa-blank (Blank JPA archetype for Lift Web Framework.) -210: remote -> net.liftweb:lift-archetype-jpa-blank-single (Blank JPA archetype for Lift Web Framework (single project).) -211: remote -> net.liftweb:lift-archetype-jpa-blank-single_2.10 (Blank JPA archetype for Lift Web Framework (single project).) -212: remote -> net.liftweb:lift-archetype-jpa-blank-single_2.7.7 (Blank JPA archetype for Lift Web Framework (single project).) -213: remote -> net.liftweb:lift-archetype-jpa-blank-single_2.8.0 (Blank JPA archetype for Lift Web Framework (single project).) -214: remote -> net.liftweb:lift-archetype-jpa-blank-single_2.8.1 (-) -215: remote -> net.liftweb:lift-archetype-jpa-blank-single_2.9.1 (Blank JPA archetype for Lift Web Framework (single project).) -216: remote -> net.liftweb:lift-archetype-jpa-blank_2.10 (Blank JPA archetype for Lift Web Framework.) -217: remote -> net.liftweb:lift-archetype-jpa-blank_2.7.7 (Blank JPA archetype for Lift Web Framework.) -218: remote -> net.liftweb:lift-archetype-jpa-blank_2.8.0 (Blank JPA archetype for Lift Web Framework.) -219: remote -> net.liftweb:lift-archetype-jpa-blank_2.8.1 (-) -220: remote -> net.liftweb:lift-archetype-jpa-blank_2.9.1 (Blank JPA archetype for Lift Web Framework.) -221: remote -> net.liftweb:lift-archetype-mvc_2.10 (Minimal MVC based project archetype for Lift Web Framework.) -222: remote -> net.liftweb:lift-archetype-mvc_2.9.1 (Minimal MVC based project archetype for Lift Web Framework.) -223: remote -> net.liftweb:lift-archetype-sbt (Basic project archetype for Lift Web Framework (with database, logging, user management) using the sbt build system) -224: remote -> net.liftweb:lift-archetype-sbt_2.7.7 (Basic project archetype for Lift Web Framework (with database, logging, user management) using the sbt build system) -225: remote -> net.liftweb:lift-archetype-sbt_2.8.0 (Basic project archetype for Lift Web Framework (with database, logging, user management) using the sbt build system) -226: remote -> net.liftweb:lift-archetype-sbt_2.8.1 (-) -227: remote -> net.liftweb:lift-archetype-sbt_2.9.1 (Basic project archetype for Lift Web Framework (with database, logging, user management) using the sbt build system) -228: remote -> net.officefloor.maven:woof-archetype (Archetype to generate a WoOF project) -229: remote -> net.phaedra:phaedra-archetype (-) -230: remote -> net.sf.ingenias:iafarch-empty (-) -231: remote -> net.sf.ingenias:iafarch-gui (-) -232: remote -> net.sf.ingenias:iafarch-helloworld (-) -233: remote -> net.sf.ingenias:iafarch-interaction (-) -234: remote -> net.sf.itcb.archetype:common-archetype (Archetype that might be used by IT managers in order to create the common packages of custom IT. - groupId, artifactId, package, version, companyMainGroupId, companyMainArtifactId, companyMainVersion, company, companyUrl have to be defined in archetype execution. - By convention, we recommend to call this module common-"yourcompany".) -235: remote -> net.sf.itcb.archetype:main-archetype (Archetype that might be used by IT managers in order to create the base of custom IT. - archetypeId, groupId, version, company and companyUrl have to be defined in archetype execution. - By convention, we recommend to call this module main-"yourcompany".) -236: remote -> net.sf.jlue:jlue-archetype-basic (Archetype - basic project for Jlue) -237: remote -> net.sf.jlue:jlue-archetype-blank (Archetype - blank project for Jlue) -238: remote -> net.sf.maven-autotools:maven-autotools-archetype-executable (-) -239: remote -> net.sf.maven-autotools:maven-autotools-archetype-shared (-) -240: remote -> net.sf.maven-har:maven-archetype-har (-) -241: remote -> net.sf.maven-sar:maven-archetype-sar (-) -242: remote -> net.sf.mgp:maven-archetype-gwt (An archetype which contains a sample Maven GWT project.) -243: remote -> net.sf.portletunit:portletunit-portlet-archetype (An archetype that creates a simple porltet with unit tests.) -244: remote -> net.sf.squirrel-sql.plugins:squirrelsql-plugin-archetype (This project produces the maven archetype that can be used to generate a SQuirreL - Plugin - maven project. The project that is produced contains an Example plugin that demonstrates the use - of key plugin APIs.) -245: remote -> net.sourceforge.ota-tools.schema:ota-tools-schema-archetype (-) -246: remote -> net.thejeearchitectcookbook:jsf-jqmobile-archetype (JSF 2 and JQuery Mobile basic web archetype.) -247: remote -> net.thucydides:thucydides-easyb-archetype (Thucydides automated acceptance testing project using Selenium 2, JUnit and easyb) -248: remote -> net.thucydides:thucydides-jbehave-archetype (Thucydides automated acceptance testing project using Selenium 2, JUnit and JBehave) -249: remote -> net.thucydides:thucydides-simple-archetype (Thucydides automated acceptance testing project using Selenium 2 and JUnit) -250: remote -> no.tornado:modular-app-archetype (Modular application archetype based on Tornado Inject - One service and one client module.) -251: remote -> org.antlr:antlr3-maven-archetype (ANTLR 3 Maven Archetype) -252: remote -> org.apache.accumulo:accumulo-instamo-archetype (-) -253: remote -> org.apache.archiva:archiva-consumer-archetype (Simple archetype to create archiva consumers) -254: remote -> org.apache.avro:avro-service-archetype (Archetype that generates a simple example Avro service) -255: remote -> org.apache.camel:camel-component (-) -256: remote -> org.apache.camel:camel-router (-) -257: remote -> org.apache.camel.archetypes:camel-archetype-activemq (Creates a new Camel project that configures and interacts with ActiveMQ.) -258: remote -> org.apache.camel.archetypes:camel-archetype-blueprint (Creates a new Camel project with OSGi blueprint support. Ready to be deployed in OSGi.) -259: remote -> org.apache.camel.archetypes:camel-archetype-component (Creates a new Camel component.) -260: remote -> org.apache.camel.archetypes:camel-archetype-component-scala (Creates a new Camel component with Scala.) -261: remote -> org.apache.camel.archetypes:camel-archetype-cxf-contract-first-blueprint (Creates a new Camel project with Apache CXF contract-first example using OSGi blueprint.) -262: remote -> org.apache.camel.archetypes:camel-archetype-dataformat (Creates a new Camel data format.) -263: remote -> org.apache.camel.archetypes:camel-archetype-groovy (Creates a new Camel project using Groovy DSL.) -264: remote -> org.apache.camel.archetypes:camel-archetype-java (Creates a new Camel project using Java DSL.) -265: remote -> org.apache.camel.archetypes:camel-archetype-scala (Creates a new Camel project using Scala DSL.) -266: remote -> org.apache.camel.archetypes:camel-archetype-spring (Creates a new Camel project with added Spring DSL support.) -267: remote -> org.apache.camel.archetypes:camel-archetype-spring-dm (Creates a new Camel project with added Spring DSL support. Ready to be deployed in OSGi.) -268: remote -> org.apache.camel.archetypes:camel-archetype-war (-) -269: remote -> org.apache.camel.archetypes:camel-archetype-web (Creates a new Camel web project that deploys the Camel routes as a WAR) -270: remote -> org.apache.camel.archetypes:camel-archetype-webconsole (Creates a new Camel project that deploys the Camel Web Console, REST API, and your routes as a WAR) -271: remote -> org.apache.chemistry.opencmis:chemistry-opencmis-server-archetype (OpenCMIS Server Framework archetype) -272: remote -> org.apache.clerezza:internal.archetype (Generic archetype for clerezza projects) -273: remote -> org.apache.cocoon:cocoon-22-archetype-block (-) -274: remote -> org.apache.cocoon:cocoon-22-archetype-block-plain (-) -275: remote -> org.apache.cocoon:cocoon-22-archetype-webapp (-) -276: remote -> org.apache.cocoon.archetype-block:cocoon-archetype-block (-) -277: remote -> org.apache.cocoon.archetype-parent:cocoon-archetype-parent (-) -278: remote -> org.apache.cocoon.archetype-sample:cocoon-archetype-sample (-) -279: remote -> org.apache.cocoon.archetype-webapp:cocoon-archetype-webapp (-) -280: remote -> org.apache.crunch:crunch-archetype (Create a basic, self-contained job for Apache Crunch.) -281: remote -> org.apache.cxf:cxf-http-basic (-) -282: remote -> org.apache.cxf.archetype:cxf-jaxrs-service (Simple CXF JAX-RS webapp service using Spring configuration) -283: remote -> org.apache.cxf.archetype:cxf-jaxws-javafirst (Creates a project for developing a Web service starting from Java code) -284: remote -> org.apache.directmemory.server:server-example-archetype (-) -285: remote -> org.apache.directory.server:apacheds-schema-archetype (-) -286: remote -> org.apache.directory.server:apacheds-testcase-archetype (-) -287: remote -> org.apache.felix:maven-ipojo-plugin (Maven Plugin to package iPOJO-powered bundles.) -288: remote -> org.apache.geronimo.buildsupport:geronimo-archetype-testsuite (Plugin to help create a testsuite) -289: remote -> org.apache.geronimo.buildsupport:geronimo-assembly-archetype (-) -290: remote -> org.apache.geronimo.buildsupport:geronimo-plugin-archetype (-) -291: remote -> org.apache.geronimo.plugins:geronimo-archetype-testsuite (Plugin to help create a testsuite) -292: remote -> org.apache.geronimo.samples:geronimo-samples-archetype (Plugin to help create a samples project) -293: remote -> org.apache.isis:quickstart-archetype (-) -294: remote -> org.apache.isis.archetype:quickstart_wicket_restful_jdo-archetype (-) -295: remote -> org.apache.isis.archetype:simple_wicket_restful_jdo-archetype (-) -296: remote -> org.apache.karaf.archetypes:archetypes-command (-) -297: remote -> org.apache.karaf.archetypes:karaf-assembly-archetype (An archetype for creating a Karaf assembly.) -298: remote -> org.apache.karaf.archetypes:karaf-blueprint-archetype (An archetype for creating a simple blueprint bundle.) -299: remote -> org.apache.karaf.archetypes:karaf-bundle-archetype (A simple bundle archetype.) -300: remote -> org.apache.karaf.archetypes:karaf-command-archetype (A Karaf command archetype.) -301: remote -> org.apache.karaf.archetypes:karaf-feature-archetype (This archetype sets up an empty karaf features project.) -302: remote -> org.apache.karaf.archetypes:karaf-kar-archetype (This archetype creates a KAR file from a provided features XML.) -303: remote -> org.apache.karaf.eik.archetypes:eik-camel-archetype (Camel PDE plugin to be used in EIK) -304: remote -> org.apache.marmotta:marmotta-archetype-module (This Maven Archetype allows creating the basic structure for an Marmotta Module) -305: remote -> org.apache.marmotta:marmotta-archetype-webapp (Web Application bundle (WAR file) containing Apache Marmotta) -306: remote -> org.apache.maven.archetypes:maven-archetype-archetype (An archetype which contains a sample archetype.) -307: remote -> org.apache.maven.archetypes:maven-archetype-j2ee-simple (An archetype which contains a simplifed sample J2EE application.) -308: remote -> org.apache.maven.archetypes:maven-archetype-marmalade-mojo (-) -309: remote -> org.apache.maven.archetypes:maven-archetype-mojo (An archetype which contains a sample a sample Maven plugin.) -310: remote -> org.apache.maven.archetypes:maven-archetype-plugin (An archetype which contains a sample Maven plugin.) -311: remote -> org.apache.maven.archetypes:maven-archetype-plugin-site (An archetype which contains a sample Maven plugin site. This archetype can be layered upon an - existing Maven plugin project.) -312: remote -> org.apache.maven.archetypes:maven-archetype-portlet (An archetype which contains a sample JSR-268 Portlet.) -313: remote -> org.apache.maven.archetypes:maven-archetype-profiles (-) -314: remote -> org.apache.maven.archetypes:maven-archetype-quickstart (An archetype which contains a sample Maven project.) -315: remote -> org.apache.maven.archetypes:maven-archetype-site (An archetype which contains a sample Maven site which demonstrates some of the supported document types like - APT, XDoc, and FML and demonstrates how to i18n your site. This archetype can be layered - upon an existing Maven project.) -316: remote -> org.apache.maven.archetypes:maven-archetype-site-simple (An archetype which contains a sample Maven site.) -317: remote -> org.apache.maven.archetypes:maven-archetype-webapp (An archetype which contains a sample Maven Webapp project.) -318: remote -> org.apache.myfaces.buildtools:myfaces-archetype-codi-jsf12 (Archetype to create a new JSF 1.2 webapp based on MyFaces CODI) -319: remote -> org.apache.myfaces.buildtools:myfaces-archetype-codi-jsf20 (Archetype to create a new JSF 2.0 webapp based on MyFaces CODI) -320: remote -> org.apache.myfaces.buildtools:myfaces-archetype-core-integration-test (Archetype to create a new MyFaces core project used for integration tests via cargo and HtmlUnit. - Projects created via this archetype aim to test specific issues from the MyFaces core JIRA issue - tracker and can be directly added to the MyFaces core integration-tests module.) -321: remote -> org.apache.myfaces.buildtools:myfaces-archetype-helloworld (Archetype to create a new webapp based on myfaces) -322: remote -> org.apache.myfaces.buildtools:myfaces-archetype-helloworld-facelets (Archetype to create a new webapp based on MyFaces and Facelets) -323: remote -> org.apache.myfaces.buildtools:myfaces-archetype-helloworld-portlets (Archetype to create a new portlet webapp based on myfaces) -324: remote -> org.apache.myfaces.buildtools:myfaces-archetype-helloworld20 (Archetype to create a new webapp based on MyFaces 2.0) -325: remote -> org.apache.myfaces.buildtools:myfaces-archetype-helloworld20-debug (Archetype to create a new webapp based on MyFaces 2.0, specially for debug issues) -326: remote -> org.apache.myfaces.buildtools:myfaces-archetype-helloworld20-owb (Archetype to create a new webapp based on MyFaces 2.0 with OpenWebBeans) -327: remote -> org.apache.myfaces.buildtools:myfaces-archetype-jsfcomponents (Archetype to create a libary project of JSF components) -328: remote -> org.apache.myfaces.buildtools:myfaces-archetype-jsfcomponents20 (Archetype to create a libary project of JSF 2.0 components) -329: remote -> org.apache.myfaces.buildtools:myfaces-archetype-trinidad (Archetype to create a new webapp based on Trinidad) -330: remote -> org.apache.myfaces.buildtools:myfaces-archetype-trinidad20 (Archetype to create a new webapp based on Trinidad and JSF 2.0) -331: remote -> org.apache.myfaces.trinidadbuild:myfaces-archetype-trinidad (Archetype to ease the burden of creating a new application based with Trinidad) -332: remote -> org.apache.npanday:maven-archetype-dotnet-simple (-) -333: remote -> org.apache.npanday:maven-archetype-netexecutable (-) -334: remote -> org.apache.npanday:maven-archetype-vb-simple (-) -335: remote -> org.apache.oodt:opsui-archetype (-) -336: remote -> org.apache.oodt:radix-archetype (-) -337: remote -> org.apache.openejb.maven:tomee-webapp-archetype (-) -338: remote -> org.apache.portals.jetspeed-2:application-archetype (Jetspeed-2 Maven2 Archetype used to generate portal application templates.) -339: remote -> org.apache.portals.jetspeed-2:component-archetype (Jetspeed-2 Maven2 Archetype used to generate component templates to - be used by other components and applications.) -340: remote -> org.apache.portals.jetspeed-2:jetspeed-archetype (Jetspeed 2 Maven Archetype) -341: remote -> org.apache.portals.jetspeed-2:portal-archetype (Jetspeed-2 Maven2 Archetype used to generate portal instances.) -342: remote -> org.apache.portals.jetspeed-2:portal-component-archetype (Jetspeed-2 Maven2 Archetype used to generate component templates to - be injected/installed as a library in the portal application itself.) -343: remote -> org.apache.portals.jetspeed-2:shared-component-archetype (Jetspeed-2 Maven2 Archetype used to generate component templates to - be installed as a shared library for all portlet/web applications.) -344: remote -> org.apache.rave:rave-custom-project-archetype (An Archetype to create a custom Apache Rave project) -345: remote -> org.apache.servicemix.tooling:servicemix-bean-service-unit (-) -346: remote -> org.apache.servicemix.tooling:servicemix-binding-component (-) -347: remote -> org.apache.servicemix.tooling:servicemix-camel-osgi-bundle (-) -348: remote -> org.apache.servicemix.tooling:servicemix-camel-service-unit (-) -349: remote -> org.apache.servicemix.tooling:servicemix-cxf-bc-service-unit (-) -350: remote -> org.apache.servicemix.tooling:servicemix-cxf-code-first-osgi-bundle (-) -351: remote -> org.apache.servicemix.tooling:servicemix-cxf-se-service-unit (-) -352: remote -> org.apache.servicemix.tooling:servicemix-cxf-se-wsdl-first-service-unit (-) -353: remote -> org.apache.servicemix.tooling:servicemix-cxf-wsdl-first-osgi-bundle (-) -354: remote -> org.apache.servicemix.tooling:servicemix-drools-service-unit (-) -355: remote -> org.apache.servicemix.tooling:servicemix-eip-service-unit (-) -356: remote -> org.apache.servicemix.tooling:servicemix-embedded-simple (-) -357: remote -> org.apache.servicemix.tooling:servicemix-exec-service-unit (-) -358: remote -> org.apache.servicemix.tooling:servicemix-file-poller-service-unit (-) -359: remote -> org.apache.servicemix.tooling:servicemix-file-sender-service-unit (-) -360: remote -> org.apache.servicemix.tooling:servicemix-file-service-unit (-) -361: remote -> org.apache.servicemix.tooling:servicemix-ftp-poller-service-unit (-) -362: remote -> org.apache.servicemix.tooling:servicemix-ftp-sender-service-unit (-) -363: remote -> org.apache.servicemix.tooling:servicemix-ftp-service-unit (-) -364: remote -> org.apache.servicemix.tooling:servicemix-http-consumer-service-unit (-) -365: remote -> org.apache.servicemix.tooling:servicemix-http-provider-service-unit (-) -366: remote -> org.apache.servicemix.tooling:servicemix-http-service-unit (-) -367: remote -> org.apache.servicemix.tooling:servicemix-jms-consumer-service-unit (-) -368: remote -> org.apache.servicemix.tooling:servicemix-jms-provider-service-unit (-) -369: remote -> org.apache.servicemix.tooling:servicemix-jms-service-unit (-) -370: remote -> org.apache.servicemix.tooling:servicemix-jsr181-annotated-service-unit (-) -371: remote -> org.apache.servicemix.tooling:servicemix-jsr181-service-unit (-) -372: remote -> org.apache.servicemix.tooling:servicemix-jsr181-wsdl-first-service-unit (-) -373: remote -> org.apache.servicemix.tooling:servicemix-lwcontainer-service-unit (-) -374: remote -> org.apache.servicemix.tooling:servicemix-mail-service-unit (-) -375: remote -> org.apache.servicemix.tooling:servicemix-ode-service-unit (-) -376: remote -> org.apache.servicemix.tooling:servicemix-osgi-bundle (-) -377: remote -> org.apache.servicemix.tooling:servicemix-osworkflow-service-unit (-) -378: remote -> org.apache.servicemix.tooling:servicemix-project-root (-) -379: remote -> org.apache.servicemix.tooling:servicemix-quartz-service-unit (-) -380: remote -> org.apache.servicemix.tooling:servicemix-saxon-service-unit (-) -381: remote -> org.apache.servicemix.tooling:servicemix-saxon-xquery-service-unit (-) -382: remote -> org.apache.servicemix.tooling:servicemix-saxon-xslt-service-unit (-) -383: remote -> org.apache.servicemix.tooling:servicemix-script-service-unit (-) -384: remote -> org.apache.servicemix.tooling:servicemix-scripting-service-unit (-) -385: remote -> org.apache.servicemix.tooling:servicemix-service-assembly (-) -386: remote -> org.apache.servicemix.tooling:servicemix-service-engine (-) -387: remote -> org.apache.servicemix.tooling:servicemix-service-unit (-) -388: remote -> org.apache.servicemix.tooling:servicemix-shared-library (-) -389: remote -> org.apache.servicemix.tooling:servicemix-smpp-service-unit (-) -390: remote -> org.apache.servicemix.tooling:servicemix-snmp-service-unit (-) -391: remote -> org.apache.servicemix.tooling:servicemix-validation-service-unit (-) -392: remote -> org.apache.servicemix.tooling:servicemix-vfs-service-unit (-) -393: remote -> org.apache.servicemix.tooling:servicemix-xmpp-service-unit (-) -394: remote -> org.apache.shindig:sample-maven-archetype (Default server war dependencies) -395: remote -> org.apache.sling:sling-bundle-archetype (-) -396: remote -> org.apache.sling:sling-initial-content-archetype (Maven archetype for initial content) -397: remote -> org.apache.sling:sling-jcrinstall-bundle-archetype (-) -398: remote -> org.apache.sling:sling-launchpad-standalone-archetype (-) -399: remote -> org.apache.sling:sling-launchpad-webapp-archetype (-) -400: remote -> org.apache.sling:sling-servlet-archetype (Maven archetype for Sling Servlets) -401: remote -> org.apache.struts:struts2-archetype-blank (-) -402: remote -> org.apache.struts:struts2-archetype-convention (-) -403: remote -> org.apache.struts:struts2-archetype-dbportlet (-) -404: remote -> org.apache.struts:struts2-archetype-plugin (-) -405: remote -> org.apache.struts:struts2-archetype-portlet (-) -406: remote -> org.apache.struts:struts2-archetype-starter (-) -407: remote -> org.apache.synapse:synapse-package-archetype (This archetype can be used to create Maven projects that bundle a mediation - into a standalone distribution ready to be executed) -408: remote -> org.apache.syncope:syncope-archetype (Apache Syncope Archetype) -409: remote -> org.apache.tapestry:quickstart (-) -410: remote -> org.apache.tapestry:tapestry-archetype (-) -411: remote -> org.apache.tapestry:tapestry-simple (Archetype for creating a basic Tapestry 5 application, including Eclipse control files.) -412: remote -> org.apache.tomcat.maven:tomcat-maven-archetype (-) -413: remote -> org.apache.turbine:turbine-webapp-2.3.3 (This archetype sets up a web application project based on Apache Turbine 2.3.3) -414: remote -> org.apache.turbine:turbine-webapp-4.0 (This archetype sets up a web application project based on Apache Turbine 4.0M1) -415: remote -> org.apache.tuscany.sca:tuscany-binding-archetype (Create a Tuscany binding extension project) -416: remote -> org.apache.tuscany.sca:tuscany-contribution-jar (Create an SCA JAR contribution project) -417: remote -> org.apache.tuscany.sca:tuscany-contribution-zip (Create an SCA ZIP contribution project) -418: remote -> org.apache.tuscany.sca:tuscany-policy-archetype (Create a Tuscany policy extension project) -419: remote -> org.apache.tuscany.sca:tuscany-quickstart (Create a simple Apache Tuscany SCA webapp project) -420: remote -> org.apache.tuscany.sca:tuscany-quickstart-bpel (Create an SCA Webapp project using BPEL) -421: remote -> org.apache.tuscany.sca:tuscany-quickstart-jsf (Create a Tuscany SCA and JSF project) -422: remote -> org.apache.tuscany.sca:tuscany-quickstart-jsonp (-) -423: remote -> org.apache.tuscany.sca:tuscany-quickstart-stripes (Create a simple Apache Tuscany SCA webapp project using the Stripes Web Framework) -424: remote -> org.apache.wicket:wicket-archetype-quickstart (-) -425: remote -> org.aperteworkflow:custom-widget-archetype (Aperte Workflow is a compilation of well-known, stable and mature frameworks into a - complete BPM solution developed by BlueSoft sp. z o.o. - Polish independent software vendor. - Project home page is available at http://www.aperteworkflow.org/) -426: remote -> org.apidesign.bck2brwsr:bck2brwsr-archetype-html-sample (Creates a skeletal HTML page and associated Java controller class. - Runs in any browser (even without Java plugin) with the help of Bck2Brwsr - virtual machine.) -427: remote -> org.apidesign.bck2brwsr:knockout4j-archetype (HTML page with Knockout.js bindings driven by application model - written in Java. Use your favorite language to code. Use - HTML as a lightweight rendering toolkit. Deploy using JavaFX or - bck2brwsr virtual machine.) -428: remote -> org.apidesign.bck2brwsr:mojo (-) -429: remote -> org.apidesign.html:knockout4j-archetype (HTML page with Knockout.js bindings driven by application model - written in Java. Use your favorite language to code. Use - HTML as a lightweight rendering toolkit. Deploy using JavaFX and - Java virtual machine.) -430: remote -> org.appfuse:appfuse-basic-jsf (Maven 2 archetype that creates a web application with AppFuse embedded in it.) -431: remote -> org.appfuse:appfuse-basic-spring (Maven 2 archetype that creates a web application with AppFuse embedded in it.) -432: remote -> org.appfuse:appfuse-basic-struts (Maven 2 archetype that creates a web application with AppFuse embedded in it.) -433: remote -> org.appfuse:appfuse-basic-tapestry (Maven 2 archetype that creates a web application with AppFuse embedded in it.) -434: remote -> org.appfuse:appfuse-core (Maven 2 archetype that creates a backend (Managers, DAOs and Web Services) - application with AppFuse embedded in it.) -435: remote -> org.appfuse:appfuse-modular-jsf (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules: - "core" and "web". The core module depends on appfuse-service, while the web module depends on core as well - as AppFuse's JSF implementation.) -436: remote -> org.appfuse:appfuse-modular-spring (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules: - "core" and "web". The core module depends on appfuse-service, while the web module depends on core as well - as AppFuse's Spring MVC implementation.) -437: remote -> org.appfuse:appfuse-modular-struts (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules: - "core" and "web". The core module depends on appfuse-service, while the web module depends on core as well - as AppFuse's Struts implementation.) -438: remote -> org.appfuse:appfuse-modular-tapestry (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules: - "core" and "web". The core module depends on appfuse-service, while the web module depends on core as well - as AppFuse's Tapestry implementation.) -439: remote -> org.appfuse.archetypes:appfuse-basic-jsf (Maven 2 archetype that creates a web application with AppFuse embedded in it.) -440: remote -> org.appfuse.archetypes:appfuse-basic-jsf-archetype (AppFuse Archetype) -441: remote -> org.appfuse.archetypes:appfuse-basic-spring (Maven 2 archetype that creates a web application with AppFuse embedded in it.) -442: remote -> org.appfuse.archetypes:appfuse-basic-spring-archetype (AppFuse Archetype) -443: remote -> org.appfuse.archetypes:appfuse-basic-struts (Maven 2 archetype that creates a web application with AppFuse embedded in it.) -444: remote -> org.appfuse.archetypes:appfuse-basic-struts-archetype (AppFuse Archetype) -445: remote -> org.appfuse.archetypes:appfuse-basic-tapestry (Maven 2 archetype that creates a web application with AppFuse embedded in it.) -446: remote -> org.appfuse.archetypes:appfuse-basic-tapestry-archetype (AppFuse Archetype) -447: remote -> org.appfuse.archetypes:appfuse-core (Maven 2 archetype that creates a backend (Managers, DAOs and Web Services) - application with AppFuse embedded in it.) -448: remote -> org.appfuse.archetypes:appfuse-core-archetype (-) -449: remote -> org.appfuse.archetypes:appfuse-light-jsf-archetype (AppFuse Archetype) -450: remote -> org.appfuse.archetypes:appfuse-light-spring-archetype (AppFuse Archetype) -451: remote -> org.appfuse.archetypes:appfuse-light-spring-freemarker-archetype (AppFuse Archetype) -452: remote -> org.appfuse.archetypes:appfuse-light-spring-security-archetype (AppFuse Archetype) -453: remote -> org.appfuse.archetypes:appfuse-light-stripes-archetype (AppFuse Archetype) -454: remote -> org.appfuse.archetypes:appfuse-light-struts-archetype (AppFuse Archetype) -455: remote -> org.appfuse.archetypes:appfuse-light-tapestry-archetype (AppFuse Archetype) -456: remote -> org.appfuse.archetypes:appfuse-light-wicket-archetype (AppFuse Archetype) -457: remote -> org.appfuse.archetypes:appfuse-modular-jsf (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules: - "core" and "web". The core module depends on appfuse-service, while the web module depends on core as well - as AppFuse's JSF implementation.) -458: remote -> org.appfuse.archetypes:appfuse-modular-jsf-archetype (AppFuse Archetype) -459: remote -> org.appfuse.archetypes:appfuse-modular-spring (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules: - "core" and "web". The core module depends on appfuse-service, while the web module depends on core as well - as AppFuse's Spring MVC implementation.) -460: remote -> org.appfuse.archetypes:appfuse-modular-spring-archetype (AppFuse Archetype) -461: remote -> org.appfuse.archetypes:appfuse-modular-struts (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules: - "core" and "web". The core module depends on appfuse-service, while the web module depends on core as well - as AppFuse's Struts implementation.) -462: remote -> org.appfuse.archetypes:appfuse-modular-struts-archetype (AppFuse Archetype) -463: remote -> org.appfuse.archetypes:appfuse-modular-tapestry (Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules: - "core" and "web". The core module depends on appfuse-service, while the web module depends on core as well - as AppFuse's Tapestry implementation.) -464: remote -> org.appfuse.archetypes:appfuse-modular-tapestry-archetype (AppFuse Archetype) -465: remote -> org.appfuse.archetypes:appfuse-ws-archetype (-) -466: remote -> org.appverse.web.framework.archetypes.gwt:appverse-web-archetypes-gwt (Appverse Web Framework Archetypes GWT Archetype) -467: remote -> org.appverse.web.framework.archetypes.gwtproject:appverse-web-archetypes-gwtproject (Appverse Web Framework Tools Archetypes GWT Project) -468: remote -> org.appverse.web.framework.archetypes.jsf2:appverse-web-archetypes-jsf2 (Appverse Web Framework Archetypes JSF2 Archetype) -469: remote -> org.appverse.web.framework.tools.archetypes.gwtproject:appverse-web-tools-archetypes-gwtproject (Appverse Web Framework Tools Archetypes GWT Project) -470: remote -> org.bitbucket.bradleysmithllc.etlunit:etlunit-database-schema-archetype (-) -471: remote -> org.bitbucket.bradleysmithllc.etlunit:etlunit-feature-archetype (-) -472: remote -> org.bitbucket.bradleysmithllc.etlunit:etlunit-project-archetype (-) -473: remote -> org.bitbucket.bradleysmithllc.etlunit:feature-archetype (-) -474: remote -> org.bitbucket.bradleysmithllc.etlunit:project-archetype (-) -475: remote -> org.blueoxygen.cimande:cimande-archetype (-) -476: remote -> org.blueoxygen.cimande:cimande-archetype-blank (-) -477: remote -> org.boretti.drools.integration:drools4-integration-helper-archetype (Support of the archetype for the Maven plugin) -478: remote -> org.boretti.drools.integration:drools5-integration-helper-archetype (This is an Maven 2 Archetype to support creation of a ready to - use Maven 2 project with Drools support. This archetype contains - examples of code based on interface, classes and pre/post - condition. JUnit 4 examples are also included.) -479: remote -> org.brillien:brillien-archetype (-) -480: remote -> org.broadleafcommerce:ecommerce-archetype (BroadleafCommerce ECommerce Archetype) -481: remote -> org.chtijbug.drools:drools-service-runner-archetype (-) -482: remote -> org.codehaus.cargo:cargo-archetype-daemon (Sample Maven archetype showing how to configure Cargo and Maven to generate a webapp and remotely - start and stop a container with the application deployed on it.) -483: remote -> org.codehaus.cargo:cargo-archetype-remote-deployment (Sample Maven archetype showing how to configure Cargo and Maven to generate a webapp and deploy - it to a remote container.) -484: remote -> org.codehaus.cargo:cargo-archetype-webapp-functional-tests-module (Sample Maven archetype showing how to configure Cargo and Maven to run functional tests - for a webapp by creating a separate functional-tests module.) -485: remote -> org.codehaus.cargo:cargo-archetype-webapp-single-module (Sample Maven archetype showing how to configure Cargo and Maven to run functional tests - directly from a single webapp module.) -486: remote -> org.codehaus.cargo:cargo-archetype-webapp-with-datasource (Sample Maven archetype showing how to configure Cargo and Maven to run functional tests - directly from a webapp with datasource. Cargo will be used to configure the datasource on the - container.) -487: remote -> org.codehaus.castor:castor-archetype-codegen-testcase (-) -488: remote -> org.codehaus.castor:codegen-testcase (-) -489: remote -> org.codehaus.castor:cpa-testcase (-) -490: remote -> org.codehaus.enunciate.archetypes:enunciate-simple-archetype (-) -491: remote -> org.codehaus.gmaven.archetypes:gmaven-archetype-basic (-) -492: remote -> org.codehaus.gmaven.archetypes:gmaven-archetype-mojo (-) -493: remote -> org.codehaus.groovy.maven.archetypes:gmaven-archetype-basic (-) -494: remote -> org.codehaus.groovy.maven.archetypes:gmaven-archetype-mojo (-) -495: remote -> org.codehaus.mevenide.plugins:maven-archetype-nbm (Archetype for Netbeans Modules Maven setup) -496: remote -> org.codehaus.mojo:gwt-maven-plugin (Maven plugin for the Google Web Toolkit.) -497: remote -> org.codehaus.mojo:javascript-ria-archetype (A JavaScript Rich Internet Application template using jQuery and jQuery UI.) -498: remote -> org.codehaus.mojo:latex-maven-archetype (-) -499: remote -> org.codehaus.mojo:xmlbeans-maven-plugin (Runs the xmlbeans parser/code generator against schemas in files and dependent jars.) -500: remote -> org.codehaus.mojo.archetypes:appclient-javaee6 (-) -501: remote -> org.codehaus.mojo.archetypes:appclient-javaee7 (Archetype for an Application Client package using Java EE 7.) -502: remote -> org.codehaus.mojo.archetypes:appclient-jee5 (-) -503: remote -> org.codehaus.mojo.archetypes:appframework (Archetype for creating application based on JSR 296) -504: remote -> org.codehaus.mojo.archetypes:ear-j2ee14 (-) -505: remote -> org.codehaus.mojo.archetypes:ear-javaee6 (-) -506: remote -> org.codehaus.mojo.archetypes:ear-javaee7 (Archetype for EAR package using Java EE 7) -507: remote -> org.codehaus.mojo.archetypes:ear-jee5 (-) -508: remote -> org.codehaus.mojo.archetypes:ejb-j2ee13 (-) -509: remote -> org.codehaus.mojo.archetypes:ejb-j2ee14 (-) -510: remote -> org.codehaus.mojo.archetypes:ejb-javaee6 (-) -511: remote -> org.codehaus.mojo.archetypes:ejb-javaee7 (Archetype for an EJB package using Java EE 7.) -512: remote -> org.codehaus.mojo.archetypes:ejb-jee5 (-) -513: remote -> org.codehaus.mojo.archetypes:javafx (Archetype for creating a JavaFX application) -514: remote -> org.codehaus.mojo.archetypes:nbm-archetype (Archetype for development of NetBeans modules in Maven.) -515: remote -> org.codehaus.mojo.archetypes:nbm-osgi-archetype (Archetype for development of NetBeans modules that can depend on OSGi bundles.) -516: remote -> org.codehaus.mojo.archetypes:nbm-suite-root (Root project archetype for creating multi module projects developing NetBeans IDE modules. Approximately similar in functionality to module suites in NetBeans Ant projects.) -517: remote -> org.codehaus.mojo.archetypes:netbeans-platform-app-archetype (Archetype for sample application based on NetBeans Platform. Creates parent POM with branding and empty NBM project.) -518: remote -> org.codehaus.mojo.archetypes:osgi-archetype (Archetype for development of OSGi bundles using Apache Felix Maven plugin) -519: remote -> org.codehaus.mojo.archetypes:pom-root (Root project archetype for creating multi module projects) -520: remote -> org.codehaus.mojo.archetypes:sample-javafx (Sample archetype for creating a JavaFX application) -521: remote -> org.codehaus.mojo.archetypes:webapp-j2ee13 (-) -522: remote -> org.codehaus.mojo.archetypes:webapp-j2ee14 (-) -523: remote -> org.codehaus.mojo.archetypes:webapp-javaee6 (-) -524: remote -> org.codehaus.mojo.archetypes:webapp-javaee7 (Archetype for a web application using Java EE 7.) -525: remote -> org.codehaus.mojo.archetypes:webapp-jee5 (-) -526: remote -> org.codehaus.mojo.groovy:groovy-maven-archetype (An archetype for creating Maven modules/projects using the Groovy language.) -527: remote -> org.codehaus.mojo.groovy:groovy-mojo-archetype (An archetype for writing Maven 2 plugins in the Groovy language.) -528: remote -> org.codehaus.openxma:org.openxma.dsl.sample-archetype (-) -529: remote -> org.codehaus.sonar.archetypes:sonar-basic-plugin-archetype (Maven archetype to create a basic Sonar plugin) -530: remote -> org.codehaus.sonar.archetypes:sonar-gwt-plugin-archetype (Maven archetype to create a Sonar plugin including GWT pages) -531: remote -> org.codelibs:elasticsearch-plugin-archetype (This archetype generates your project for Elasticsearch plugin.) -532: remote -> org.cometd.archetypes:cometd-archetype-dojo-jetty6 (-) -533: remote -> org.cometd.archetypes:cometd-archetype-dojo-jetty7 (-) -534: remote -> org.cometd.archetypes:cometd-archetype-dojo-jetty8 (-) -535: remote -> org.cometd.archetypes:cometd-archetype-dojo-jetty9 (-) -536: remote -> org.cometd.archetypes:cometd-archetype-jquery-jetty6 (-) -537: remote -> org.cometd.archetypes:cometd-archetype-jquery-jetty7 (-) -538: remote -> org.cometd.archetypes:cometd-archetype-jquery-jetty8 (-) -539: remote -> org.cometd.archetypes:cometd-archetype-jquery-jetty9 (-) -540: remote -> org.cometd.archetypes:cometd-archetype-spring-dojo-jetty7 (-) -541: remote -> org.cometd.archetypes:cometd-archetype-spring-dojo-jetty9 (-) -542: remote -> org.cometd.archetypes:cometd-archetype-spring-jquery-jetty7 (-) -543: remote -> org.cometd.archetypes:cometd-archetype-spring-jquery-jetty9 (-) -544: remote -> org.conventionsframework:conventions-archetype (-) -545: remote -> org.coosproject.maven.archetypes:coos-plugin-actor (-) -546: remote -> org.coosproject.maven.archetypes:coos-plugin-api (-) -547: remote -> org.coosproject.maven.archetypes:coos-plugin-noapi (-) -548: remote -> org.debux.webmotion:webmotion-archetype (WebMotion is Java web framework based on the Java EE6 standard) -549: remote -> org.devnull:devnull-web-archetype (DevNull starter webaapp with Spring MVC, JPA, Groovy and Twitter Bootstrap) -550: remote -> org.dishevelled:dsh-archetype (dishevelled.org maven project archetype.) -551: remote -> org.drombler.fx:drombler-fx-maven-archetype-application (-) -552: remote -> org.duelengine:duel-mvc-archetype (MVC project archetype using Jersey, Guice, DUEL views, DUEL merge) -553: remote -> org.duelengine:war-bootstrap-archetype (Simple WAR bootstrap for quick & dirty testing in multiple servlet containers (Tomcat, Jetty, Glassfish).) -554: remote -> org.eclipse.hudson.tools:maven-hpi-plugin (Support for developing Hudson plugins with Apache Maven.) -555: remote -> org.eclipse.xtend:xtend-android-archetype (-) -556: remote -> org.eclipse.xtend:xtend-archetype (-) -557: remote -> org.eiichiro.gig:gig-archetype-appengine (An archetype which contains a simple Gig Webapp project for Google App Engine.) -558: remote -> org.eiichiro.gig:gig-archetype-heroku (An archetype which contains a simple Gig Webapp project for Heroku.) -559: remote -> org.eiichiro.gig:gig-archetype-webapp (An archetype which contains a simple Gig Webapp project.) -560: remote -> org.entando.entando:entando-archetype-bundle-content (Content Bundle Archetype for Entando.) -561: remote -> org.entando.entando:entando-archetype-bundle-misc (Generic Misc Bundle Archetype for Entando.) -562: remote -> org.entando.entando:entando-archetype-bundle-page-generic (Generic Page Bundle Archetype for Entando.) -563: remote -> org.entando.entando:entando-archetype-bundle-showlet-generic (Generic Showlet Bundle Archetype for Entando.) -564: remote -> org.entando.entando:entando-archetype-plugin-generic (Generic Plugin Archetype for Entando: an agile, modern and user-centric open source portal-like platform.) -565: remote -> org.entando.entando:entando-archetype-portal-bootstrap (Twitter Bootstrap Portal Archetype for Entando: an agile, modern and user-centric open source portal-like platform.) -566: remote -> org.entando.entando:entando-archetype-portal-generic (Generic Portal Archetype for Entando: an agile, modern and user-centric open source portal-like platform.) -567: remote -> org.fluttercode.knappsack:jee6-basic-archetype (-) -568: remote -> org.fluttercode.knappsack:jee6-minimal-archetype (-) -569: remote -> org.fluttercode.knappsack:jee6-sandbox-archetype (-) -570: remote -> org.fluttercode.knappsack:jee6-sandbox-demo-archetype (-) -571: remote -> org.fluttercode.knappsack:jee6-servlet-basic-archetype (-) -572: remote -> org.fluttercode.knappsack:jee6-servlet-demo-archetype (-) -573: remote -> org.fluttercode.knappsack:jee6-servlet-minimal-archetype (-) -574: remote -> org.fluttercode.knappsack:jee6-servlet-sandbox-archetype (-) -575: remote -> org.fluttercode.knappsack:spring-jsf-jpa-archetype (-) -576: remote -> org.fluttercode.knappsack:spring-mvc-jpa-archetype (-) -577: remote -> org.fluttercode.knappsack:spring-mvc-jpa-demo-archetype (-) -578: remote -> org.fuin.archetypes:emt-xtext-archetype (Maven archetype that creates an Xtext project with a multi module Maven layout and Tycho (manifest-first approach).) -579: remote -> org.fusesource.fabric:camel-cxf-code-first-archetype (Creates a new Camel project using CXF in code (Java) first.) -580: remote -> org.fusesource.fabric:camel-cxf-contract-first-archetype (Creates a new Camel project using CXF in contract (WSDL) first.) -581: remote -> org.fusesource.fabric:camel-drools-archetype (Creates a new Camel project using the Drools rule engine.) -582: remote -> org.fusesource.scalate.tooling:scalate-archetype-empty (An archetype which creates an empty Scalate web application) -583: remote -> org.fusesource.scalate.tooling:scalate-archetype-guice (An archetype which creates an empty Scalate Guice web application) -584: remote -> org.fusesource.scalate.tooling:scalate-archetype-guice_2.10 (An archetype which creates an empty Scalate Guice web application) -585: remote -> org.fusesource.scalate.tooling:scalate-archetype-guice_2.9 (An archetype which creates an empty Scalate Guice web application) -586: remote -> org.fusesource.scalate.tooling:scalate-archetype-jersey (An archetype which creates an empty Scalate web application) -587: remote -> org.fusesource.scalate.tooling:scalate-archetype-jersey_2.10 (An archetype which creates an empty Scalate web application) -588: remote -> org.fusesource.scalate.tooling:scalate-archetype-jersey_2.9 (An archetype which creates an empty Scalate web application) -589: remote -> org.fusesource.scalate.tooling:scalate-archetype-sitegen (An archetype which creates an empty Scalate static website generation project) -590: remote -> org.fusesource.scalate.tooling:scalate-archetype-sitegen_2.10 (An archetype which creates an empty Scalate static website generation project) -591: remote -> org.fusesource.scalate.tooling:scalate-archetype-sitegen_2.9 (An archetype which creates an empty Scalate static website generation project) -592: remote -> org.geomajas:geomajas-gwt-archetype (Geomajas GWT application archetype) -593: remote -> org.geomajas:geomajas-plugin-archetype (-) -594: remote -> org.geoserver.maven:geoserver-archetype-wfsoutputformat (-) -595: remote -> org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2 (An archetype which contains a quick start Jersey project based on Grizzly container.) -596: remote -> org.glassfish.jersey.archetypes:jersey-quickstart-webapp (An archetype which contains a quick start Jersey-based web application project.) -597: remote -> org.grails:grails-maven-archetype (Maven archetype for Grails projects.) -598: remote -> org.graniteds.archetypes:graniteds-flex-spring-jpa-hibernate (Base project with Flex 4.6, Spring 3 and Hibernate using GraniteDS with RemoteObject API.) -599: remote -> org.graniteds.archetypes:graniteds-spring-jpa-hibernate (Base project with Flex 4.5, Spring 3 and Hibernate using GraniteDS with RemoteObject API.) -600: remote -> org.graniteds.archetypes:graniteds-tide-cdi-jpa (Base project with Flex 4.5 and CDI using GraniteDS with the Tide API.) -601: remote -> org.graniteds.archetypes:graniteds-tide-flex-cdi-jpa (Base project with Flex 4.6, CDI and JPA using GraniteDS with Tide API.) -602: remote -> org.graniteds.archetypes:graniteds-tide-flex-seam-jpa-hibernate (Base project with Flex 4.6, JBoss Seam 2.2 and Hibernate using GraniteDS with the Tide API.) -603: remote -> org.graniteds.archetypes:graniteds-tide-flex-spring-jpa-hibernate (Base project with Flex 4.6, Spring 3.1 and Hibernate 3.6 using GraniteDS with the Tide API.) -604: remote -> org.graniteds.archetypes:graniteds-tide-javafx-spring-jpa-hibernate (Base project with JavaFX 2.2, Spring 3.1 and Hibernate 3.6 using GraniteDS with the Tide API.) -605: remote -> org.graniteds.archetypes:graniteds-tide-seam-jpa-hibernate (Base project with Flex 4.5, JBoss Seam 2.2 and Hibernate using GraniteDS with the Tide API.) -606: remote -> org.graniteds.archetypes:graniteds-tide-spring-jpa-hibernate (Base project with Flex 4.5, Spring 3 and Hibernate using GraniteDS with the Tide API.) -607: remote -> org.grouplens.lenskit:lenskit-archetype-fancy-analysis (-) -608: remote -> org.grouplens.lenskit:lenskit-archetype-simple-analysis (-) -609: remote -> org.hibernate:hibernate-search-quickstart (-) -610: remote -> org.hibernate:hibernate-validator-quickstart-archetype (Aggregator of the Hibernate Validator modules.) -611: remote -> org.imixs.application:imixs-workflow-jee-archetype (Imixs Workflow JEE Archetype provides a JEE Sample Application) -612: remote -> org.jasig.portlet.archetype:jsr286-archetype (-) -613: remote -> org.jbehave:jbehave-groovy-archetype (An archetype to run multiple textual stories with steps classes written in Groovy.) -614: remote -> org.jbehave:jbehave-guice-archetype (An archetype to run multiple textual stories configured programmatically but with steps classes composed using Guice.) -615: remote -> org.jbehave:jbehave-needle-archetype (An archetype to run multiple textual stories configured programmatically but with steps classes composed using Needle.) -616: remote -> org.jbehave:jbehave-pico-archetype (An archetype to run multiple textual stories configured programmatically but with steps classes composed using Pico.) -617: remote -> org.jbehave:jbehave-simple-archetype (An archetype to run multiple textual stories configured programmatically.) -618: remote -> org.jbehave:jbehave-spring-archetype (An archetype to run multiple textual stories configured programmatically but with steps classes composed using Spring.) -619: remote -> org.jbehave.web:jbehave-web-selenium-flash-archetype (An archetype to run web Flash stories using Selenium.) -620: remote -> org.jbehave.web:jbehave-web-selenium-groovy-pico-archetype (An archetype to run web stories using Selenium, Groovy and Pico.) -621: remote -> org.jbehave.web:jbehave-web-selenium-java-spring-archetype (An archetype to run web stories using Selenium, Java and Spring.) -622: remote -> org.jboss.aerogear.archetypes:jboss-html5-mobile-archetype (An archetype that generates a Java EE 6 application using HTML5, and JAX-RS to support both desktop and mobile web browsers) -623: remote -> org.jboss.aerogear.archetypes:jboss-html5-mobile-blank-archetype (An archetype that generates a Java EE 6 application using HTML5, and JAX-RS to support both desktop and mobile web browsers) -624: remote -> org.jboss.as.archetypes:jboss-as-subsystem (An archetype that generates a skeleton project for implementing a JBoss AS 7 subsystem) -625: remote -> org.jboss.errai.archetypes:bus-quickstart (-) -626: remote -> org.jboss.errai.archetypes:cdi-quickstart (-) -627: remote -> org.jboss.errai.archetypes:cordova-quickstart (-) -628: remote -> org.jboss.errai.archetypes:jaxrs-quickstart (-) -629: remote -> org.jboss.errai.archetypes:jboss-errai-kitchensink-archetype (A starter Errai + Java EE 6 webapp project for use on JBoss AS 7 / EAP 6, generated from the jboss-errai-kitchensink-archetype archetype) -630: remote -> org.jboss.errai.archetypes:kitchensink-quickstart (A starter Errai + Java EE 6 webapp project for use on JBoss AS 7 / EAP 6, generated from the kitchensink-quickstart archetype) -631: remote -> org.jboss.maven.archetypes:selenium-testng (-) -632: remote -> org.jboss.portletbridge.archetypes:1.2-basic (-) -633: remote -> org.jboss.portletbridge.archetypes:2.0-basic (-) -634: remote -> org.jboss.portletbridge.archetypes:2.0-basic-archetype (-) -635: remote -> org.jboss.portletbridge.archetypes:jsf2-basic-archetype (-) -636: remote -> org.jboss.portletbridge.archetypes:richfaces-basic (-) -637: remote -> org.jboss.portletbridge.archetypes:richfaces-simpleapp-archetype (-) -638: remote -> org.jboss.portletbridge.archetypes:seam-basic (-) -639: remote -> org.jboss.spec.archetypes:jboss-html5-mobile-archetype (An archetype that generates a Java EE 6 application using HTML5, and JAX-RS to support both desktop and mobile web browsers) -640: remote -> org.jboss.spec.archetypes:jboss-javaee6-ear-webapp (An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7. The project is an EAR, with an EJB-JAR and WAR) -641: remote -> org.jboss.spec.archetypes:jboss-javaee6-webapp (An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7) -642: remote -> org.jboss.spec.archetypes:jboss-javaee6-webapp-archetype (An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7.1 (by default) or EAP 6 (if the "enterprise" property is true)) -643: remote -> org.jboss.spec.archetypes:jboss-javaee6-webapp-archetype-blank (An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7 (by default) or EAP 6 (if the "enterprise" property is true)) -644: remote -> org.jboss.spec.archetypes:jboss-javaee6-webapp-blank-archetype (An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7.1 (by default) or EAP 6 (if the "enterprise" property is true)) -645: remote -> org.jboss.spec.archetypes:jboss-javaee6-webapp-ear-archetype (An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7.1 (by default) or EAP 6 (if the "enterprise" property is true). The project is an EAR, with an EJB-JAR and WAR) -646: remote -> org.jboss.spec.archetypes:jboss-javaee6-webapp-ear-archetype-blank (An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7 (by default) or EAP 6 (if the "enterprise" property is true). The project is an EAR, with an EJB-JAR and WAR) -647: remote -> org.jboss.spec.archetypes:jboss-javaee6-webapp-ear-blank-archetype (An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7.1 (by default) or EAP 6 (if the "enterprise" property is true). The project is an EAR, with an EJB-JAR and WAR) -648: remote -> org.jboss.spring.archetypes:jboss-spring-mvc-archetype (An archetype that generates a starter Spring MVC application with Java EE persistence settings (server bootstrapped JPA, JTA transaction management) for JBoss AS7) -649: remote -> org.jboss.spring.archetypes:spring-mvc-webapp (An archetype that generates a starter Spring MVC application with Java EE persistence settings (server bootstrapped JPA, JTA transaction management) for JBoss AS7) -650: remote -> org.jboss.weld.archetypes:jboss-javaee6-webapp (-) -651: remote -> org.jboss.weld.archetypes:jboss-jsf-weld-servlet-webapp (-) -652: remote -> org.jboss.weld.archetypes:weld-jsf-jee (Weld archetype for creating a Java EE 6 application using JSF 2.0, CDI 1.0, EJB 3.1 and JPA 2.0 (persistence unit included)) -653: remote -> org.jboss.weld.archetypes:weld-jsf-jee-minimal (Weld archetype for creating a minimal Java EE 6 application using JSF 2.0, CDI 1.0 and EJB 3.1 (persistence unit not included)) -654: remote -> org.jboss.weld.archetypes:weld-jsf-servlet-minimal (Weld archetype for creating an application using JSF 2.0 and CDI 1.0 for Servlet Containers (Tomcat 6 / Jetty 6)) -655: remote -> org.jbpm:jbpm-console-ng-module-archetype (jBPM Console NG Module Archetype) -656: remote -> org.jbundle.app.tools:jbundle-project-archetype (jbundle project archetype) -657: remote -> org.jbundle.config:org.jbundle.config.archetype (-) -658: remote -> org.jbundle.util.webapp:jbundle-util-webapp-cgi-archetype (-) -659: remote -> org.jbundle.util.webapp:jbundle-util-webapp-files-archetype (-) -660: remote -> org.jbundle.util.webapp:jbundle-util-webapp-proxy-archetype (-) -661: remote -> org.jbundle.util.webapp:jbundle-util-webapp-redirect-archetype (-) -662: remote -> org.jbundle.util.webapp:jbundle-util-webapp-upload-archetype (-) -663: remote -> org.jbundle.util.webapp:jbundle-util-webapp-webdav-archetype (-) -664: remote -> org.jbundle.util.webapp:jbundle-util-webapp-website-archetype (-) -665: remote -> org.jbundle.util.webapp:jbundle-util-webapp-webstart-archetype (-) -666: remote -> org.jbundle.util.webapp:jbundle-util-webapp-webstart-reactor-archetype (-) -667: remote -> org.jbundle.util.webapp:org.jbundle.util.webapp.cgi-archetype (-) -668: remote -> org.jbundle.util.webapp:org.jbundle.util.webapp.files-archetype (-) -669: remote -> org.jbundle.util.webapp:org.jbundle.util.webapp.proxy-archetype (-) -670: remote -> org.jbundle.util.webapp:org.jbundle.util.webapp.redirect-archetype (-) -671: remote -> org.jbundle.util.webapp:org.jbundle.util.webapp.upload-archetype (-) -672: remote -> org.jbundle.util.webapp:org.jbundle.util.webapp.webdav-archetype (-) -673: remote -> org.jbundle.util.webapp:org.jbundle.util.webapp.website-archetype (-) -674: remote -> org.jclouds:jclouds-compute-service-archetype (Maven archetype for a provider of a Compute service) -675: remote -> org.jclouds:jclouds-rest-client-archetype (Maven archetype for a provider of a rest-speaking service) -676: remote -> org.jibx.ota.osgi:jibx-ota-osgi-archetype (-) -677: remote -> org.jibx.schema.config:opentravel-ws-archetype (-) -678: remote -> org.jibx.schema.org.opentravel._2010B:opentravel-archetype (-) -679: remote -> org.jibx.schema.org.opentravel._2011A:opentravel-archetype (-) -680: remote -> org.jibx.schema.org.opentravel._2011B:opentravel-archetype (-) -681: remote -> org.jibx.schema.org.opentravel._2011B.ws:opentravel-touractivity-ws-archetype (-) -682: remote -> org.jibx.schema.org.opentravel._2011B.ws:opentravel-touractivity-ws-service-archetype (-) -683: remote -> org.jibx.schema.org.opentravel._2012A:opentravel-archetype (-) -684: remote -> org.jibx.schema.org.opentravel._2012A.ws:opentravel-touractivity-ws-service-archetype (-) -685: remote -> org.jibx.schema.org.opentravel._2012B:opentravel-archetype (-) -686: remote -> org.jibx.schema.org.opentravel._2012B.ws:opentravel-touractivity-ws-service-archetype (-) -687: remote -> org.jibx.schema.org.opentravel._2013A:opentravel-archetype (-) -688: remote -> org.jibx.schema.org.opentravel._2013A.ws:opentravel-touractivity-ws-service-archetype (-) -689: remote -> org.jini.maven-jini-plugin:jini-service-archetype (Archetype for Jini service project creation) -690: remote -> org.jnario:jnario-archetype (Maven archetype for setting up a jnario project.) -691: remote -> org.juzu:juzu-archetype (-) -692: remote -> org.jvnet.hudson.tools:maven-hpi-plugin (Support for developing Hudson plugins with Apache Maven.) -693: remote -> org.kuali.rice:rice-archetype-quickstart (This is a archetype which creates a Kuali Rice based application. It uses a basic project structure demonstrating war overlays, service implementation, unit and integration testing. It is configured in a bundled integration model with Kuali Rice.) -694: remote -> org.kualigan.maven.archetypes:kc-archetype (-) -695: remote -> org.kualigan.maven.archetypes:kfs-archetype (-) -696: remote -> org.kualigan.maven.archetypes:kfs3-archetype (-) -697: remote -> org.kualigan.maven.archetypes:kfs4-archetype (-) -698: remote -> org.kualigan.maven.archetypes:kr-archetype (-) -699: remote -> org.kualigan.maven.archetypes:lb-copy-archetype (Archetype used when copying databases. Creates a database project for the lb-maven-project to use in copying/exporting a database) -700: remote -> org.makumba:makumba-archetype (Archetype for a makumba web-application) -701: remote -> org.meruvian.midas:midas-archetype-blank (Generates blank Midas project template) -702: remote -> org.meruvian.yama:yama-archetype (-) -703: remote -> org.meruvian.yama:yama-jaxrs-archetype (-) -704: remote -> org.meruvian.yama:yama-struts-archetype (-) -705: remote -> org.mixer2:mixer2-springmvc-archetype (archetype for SpringMVC web application with mixer2) -706: remote -> org.mobicents.servlet.sip.archetypes:maven-archetype-sipapp (Archetype providing a default layout to start building SIP Servlets Applications.) -707: remote -> org.mobicents.servlet.sip.archetypes:mss-testing-embeddedTomcat6-archetype (-) -708: remote -> org.mobicents.servlet.sip.archetypes:mss-testing-embeddedTomcat7-archetype (-) -709: remote -> org.mortbay.jetty.archetype:jetty-archetype-assembler (-) -710: remote -> org.mortbay.jetty.archetype:jetty-archetype-fileserver (-) -711: remote -> org.mule.ibeans:ibean-archetype (An archetype for creating an empty ibean maven project) -712: remote -> org.mule.tools:ibean-archetype (-) -713: remote -> org.mule.tools:mule-catalog-archetype (-) -714: remote -> org.mule.tools:mule-cloud-connector-archetype (-) -715: remote -> org.mule.tools:mule-example-archetype (An archetype for creating a Mule example application.) -716: remote -> org.mule.tools:mule-module-archetype (An architype for creating a Mule Module. It provides options for adding certain mule features and configuring the - module for Muleforge.) -717: remote -> org.mule.tools:mule-project-archetype (An architype for creating Mule applications.) -718: remote -> org.mule.tools:mule-transport-archetype (Archetype for Mule 2.0 and above transport projects.) -719: remote -> org.multiverse:multiverse-project-archetype (Skeleton for a project using Multiverse) -720: remote -> org.nakedobjects:application-archetype (-) -721: remote -> org.nakedobjects:remoting-support (-) -722: remote -> org.nakedobjects.archetypes:application (-) -723: remote -> org.nakedobjects.plugins:hibernate-support (-) -724: remote -> org.nakedobjects.plugins:html-war (-) -725: remote -> org.nakedobjects.plugins:htmlviewer-war (-) -726: remote -> org.nakedobjects.prototyping:application (-) -727: remote -> org.nakedobjects.prototyping:icons (-) -728: remote -> org.nakedosgi:bundle-archetype (-) -729: remote -> org.ninjaframework:ninja-appengine-blog-archetype (Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/) -730: remote -> org.ninjaframework:ninja-core-demo-archetype (-) -731: remote -> org.ninjaframework:ninja-jpa-demo-archetype (-) -732: remote -> org.ninjaframework:ninja-servlet-jpa-blog-archetype (-) -733: remote -> org.ninjaframework:ninja-servlet-jpa-blog-integration-test-archetype (-) -734: remote -> org.objectweb.fractal.cecilia:maven-archetype-cecilia-app (This archetype is useful to quick start Cecilia applications, - having a source tree template already filled.) -735: remote -> org.objectweb.fractal.cecilia:maven-archetype-cecilia-application (This archetype is useful to quick start Cecilia applications, having a - source tree template already filled.) -736: remote -> org.objectweb.fractal.cecilia:maven-archetype-cecilia-library (This archetype is useful to quick start Cecilia components library - projects, having a source tree template already filled.) -737: remote -> org.objectweb.petals:maven-archetype-petals-jbi-binding-component (>This project is Maven 2 archetype associated to a JBI binding component project.) -738: remote -> org.objectweb.petals:maven-archetype-petals-jbi-service-assembly (This project is Maven 2 archetype associated to a JBI service assembly project.) -739: remote -> org.objectweb.petals:maven-archetype-petals-jbi-service-engine (This project is Maven 2 archetype associated to a JBI service engine project.) -740: remote -> org.objectweb.petals:maven-archetype-petals-jbi-service-unit (This project is Maven 2 archetype associated to a JBI service unit project.) -741: remote -> org.opencoweb:admin-archetype (-) -742: remote -> org.opencoweb:coweb-archetype (-) -743: remote -> org.openengsb.tooling.archetypes:openengsb-tooling-archetypes-connector (Archetype to produce new Connector project) -744: remote -> org.openengsb.tooling.archetypes:openengsb-tooling-archetypes-domain (Archetype to produce new Domain project) -745: remote -> org.openengsb.tooling.archetypes:org.openengsb.tooling.archetypes.connector (Archetype to produce new Connector project) -746: remote -> org.openengsb.tooling.archetypes:org.openengsb.tooling.archetypes.domain (Archetype to produce new Domain project) -747: remote -> org.openengsb.tooling.archetypes.clientproject:org.openengsb.tooling.archetypes.clientproject.root (Archetype to produce new client project) -748: remote -> org.openl.rules:openl-simple-project (-) -749: remote -> org.openl.rules:openl-simple-project-archetype (-) -750: remote -> org.ops4j.pax.construct:maven-archetype-osgi-bundle (-) -751: remote -> org.ops4j.pax.construct:maven-archetype-osgi-project (-) -752: remote -> org.ops4j.pax.construct:maven-archetype-osgi-service (-) -753: remote -> org.ops4j.pax.construct:maven-archetype-osgi-wrapper (-) -754: remote -> org.ops4j.pax.construct:maven-archetype-spring-bean (-) -755: remote -> org.ops4j.pax.exam:maven-archetype-paxexam-junit () -756: remote -> org.ops4j.pax.web.archetypes:wab-archetype (-) -757: remote -> org.ops4j.pax.web.archetypes:wab-gwt-archetype (-) -758: remote -> org.ops4j.pax.web.archetypes:war-archetype (-) -759: remote -> org.ow2.jasmine.kerneos:kerneos-module-archetype (-) -760: remote -> org.ow2.jasmine.kerneos:kerneos-war-archetype (-) -761: remote -> org.ow2.jasmine.probe:jprobe-collector-archetype (-) -762: remote -> org.ow2.jasmine.probe:jprobe-outer-archetype (-) -763: remote -> org.ow2.jonas.camel:camel-archetype-simple-route (-) -764: remote -> org.ow2.kerneos:kerneos-application-archetype (-) -765: remote -> org.ow2.kerneos:kerneos-flex-archetypes-application (-) -766: remote -> org.ow2.kerneos:kerneos-flex-archetypes-module (-) -767: remote -> org.ow2.kerneos:kerneos-flex-archetypes-module-fragment (-) -768: remote -> org.ow2.kerneos:kerneos-module-archetype (-) -769: remote -> org.ow2.orchestra:orchestra-extension-archetype (Generates extensions for Orchestra) -770: remote -> org.ow2.petals:maven-archetype-petals-jbi-binding-component (This project is Maven 2 archetype associated to a JBI binding component project.) -771: remote -> org.ow2.petals:maven-archetype-petals-jbi-service-assembly (This project is Maven 2 archetype associated to a JBI service assembly project.) -772: remote -> org.ow2.petals:maven-archetype-petals-jbi-service-engine (This project is Maven 2 archetype associated to a JBI service engine project.) -773: remote -> org.ow2.petals:maven-archetype-petals-jbi-service-unit (This project is Maven 2 archetype associated to a JBI service unit project.) -774: remote -> org.ow2.petals:maven-archetype-petals-jbi-shared-library (This project is Maven 2 archetype associated to a JBI Shared Library project.) -775: remote -> org.ow2.shelbie:shelbie-command-archetype (-) -776: remote -> org.ow2.weblab.tools.maven:weblab-archetype-analyser (The Archetype used to generate a stub for analyser. This should be called through the weblab-archetype-plugin and not directly.) -777: remote -> org.ow2.weblab.tools.maven:weblab-archetype-configurable (The Archetype used to generate a stub for configurable. This should be called through the weblab-archetype-plugin and not directly.) -778: remote -> org.ow2.weblab.tools.maven:weblab-archetype-indexer (The Archetype used to generate a stub for indexer. This should be called through the weblab-archetype-plugin and not directly.) -779: remote -> org.ow2.weblab.tools.maven:weblab-archetype-queuemanager (The Archetype used to generate a stub for queuemanager. This should be called through the weblab-archetype-plugin and not directly.) -780: remote -> org.ow2.weblab.tools.maven:weblab-archetype-reportprovider (The Archetype used to generate a stub for reportprovider. This should be called through the weblab-archetype-plugin and not directly.) -781: remote -> org.ow2.weblab.tools.maven:weblab-archetype-resourcecontainer (The Archetype used to generate a stub for resourcecontainer. This should be called through the weblab-archetype-plugin and not directly.) -782: remote -> org.ow2.weblab.tools.maven:weblab-archetype-resources (The Archetype used to generate a stub for any WebLab service. It should be used in conjunction with interfaces specific archetypes. This should be called through the weblab-archetype-plugin and not directly.) -783: remote -> org.ow2.weblab.tools.maven:weblab-archetype-searcher (The Archetype used to generate a stub for searcher. This should be called through the weblab-archetype-plugin and not directly.) -784: remote -> org.ow2.weblab.tools.maven:weblab-archetype-sourcereader (The Archetype used to generate a stub for sourcereader. This should be called through the weblab-archetype-plugin and not directly.) -785: remote -> org.ow2.weblab.tools.maven:weblab-archetype-trainable (The Archetype used to generate a stub for trainable. This should be called through the weblab-archetype-plugin and not directly.) -786: remote -> org.parallelj:parallelj-archetype (ParallelJ is a Java framework for parallel computing. It provides flow modeling and execution. This archetype projects allows to create a project skeleton using ParallelJ.) -787: remote -> org.parallelj:parallelj-archetype-web (ParallelJ is a Java framework for parallel computing. It provides flow modeling and execution. This archetype projects allows to create a project skeleton using ParallelJ.) -788: remote -> org.parancoe:parancoe-pluginarchetype (-) -789: remote -> org.parancoe:parancoe-webarchetype (-) -790: remote -> org.patterntesting:patterntesting-tools (PatternTesting Tools (patterntesting-tools) is the container for - tools around PatternTesting like the Ant extensions and Maven plugin.) -791: remote -> org.pustefixframework:pustefix-archetype-application (Pustefix Archetype for Applications) -792: remote -> org.pustefixframework:pustefix-archetype-basic (Pustefix archetype creating a basic application) -793: remote -> org.pustefixframework.maven.archetypes:pustefix-archetype-module (Pustefix Archetype for Modules) -794: remote -> org.qianalyze:QiAnalyzeModule-Archetype (The archetype to create a new QiAnalyze Module for more information visit http://java.net/projects/qianalyze) -795: remote -> org.qianalyze.sample:QiAnalyzeModule (The archetype to create a new QiAnalyze Module for more information visit http://java.net/projects/qianalyze) -796: remote -> org.qooxdoo:qooxdoo-archetype-desktop (An archetype to create a qooxdoo application) -797: remote -> org.qooxdoo:qooxdoo-archetype-gui (An archetype to create a qooxdoo application) -798: remote -> org.quattor.maven:cfg-module (-) -799: remote -> org.quattor.pan:panc-maven-archetype (-) -800: remote -> org.rauschig:maven-archetype-bundle (A maven archetype that incorporates common artifacts for OSS development and OSGi compatibility) -801: remote -> org.resthub:resthub-jpa-backbonejs-archetype (-) -802: remote -> org.resthub:resthub-jpa-backbonejs-multi-archetype (-) -803: remote -> org.resthub:resthub-mongodb-backbonejs-archetype (-) -804: remote -> org.resthub:resthub-mongodb-backbonejs-multi-archetype (-) -805: remote -> org.rhq:rhq-plugin-archetype (-) -806: remote -> org.rhq.maven:smartgwt-war-archetype (archetype for a Maven project for a SmartGWT web application (WAR)) -807: remote -> org.richfaces.archetypes:richfaces-archetype-kitchensink (A starter Java EE 6 webapp project for use on JBoss AS 7 / EAP 6, generated from the - jboss-javaee6-webapp archetype) -808: remote -> org.richfaces.archetypes:richfaces-archetype-simpleapp (-) -809: remote -> org.sadiframework:sadi-service-archetype (-) -810: remote -> org.scala-tools.archetypes:liftweb-archetype-blank (Archetype - blank project for liwftweb) -811: remote -> org.scala-tools.archetypes:liftweb-archetype-hellolift (Archetype - hellolift sample liwftweb application) -812: remote -> org.scala-tools.archetypes:scala-archetype-simple (The maven-scala-plugin is used for compiling/testing/running/documenting scala code in maven.) -813: remote -> org.siqisource.agave:archetypes-quickstart (-) -814: remote -> org.sitoolkit.archetype:sit-archetype (This project is generated from org.sitoolkit.archetype:sit-archetype) -815: remote -> org.sitoolkit.tester:sit-tester-archetype (archetype for sit-tester) -816: remote -> org.slf4j:slf4j-archetype (The slf4j Archetype) -817: remote -> org.sonatype.flexmojos:flexmojos-archetypes-application (-) -818: remote -> org.sonatype.flexmojos:flexmojos-archetypes-library (-) -819: remote -> org.sonatype.flexmojos:flexmojos-archetypes-modular-webapp (-) -820: remote -> org.sonatype.nexus.archetypes:nexus-plugin-archetype (-) -821: remote -> org.springframework.osgi:spring-osgi-bundle-archetype (Spring OSGi Maven2 Archetype) -822: remote -> org.springframework.ws:spring-ws-archetype (Spring Web Services Maven2 Archetype.) -823: remote -> org.sqlproc:sqlproc-archetype-simple-jdbc (SQL Processor Archetype for Simple JDBC Application) -824: remote -> org.sqlproc:sqlproc-archetype-simple-spring (SQL Processor Archetype for Simple Spring Application) -825: remote -> org.sweble.wikitext:swc-example-basic-archetype (An archetype that creates a simple application which is able to parse a page - written in Wikitext and render it as HTML.) -826: remote -> org.sweble.wikitext:swc-example-serialization-archetype (An example project that contains a simple application that is able to parse - a page written in Wikitext and serialize it to XML, JSON or binary.) -827: remote -> org.sweble.wikitext:swc-example-xpath-archetype (An archetype that creates a simple application which is able to parse - a page written in Wikitext and perform an XPath query on that document.) -828: remote -> org.switchyard.archetypes:switchyard-application (-) -829: remote -> org.syncope:syncope-archetype (Syncope archetype) -830: remote -> org.telosys.starterkits:angularHtml5offline-starterkit (archetype for starter Kit angular Html5 offline) -831: remote -> org.telosys.starterkits:struts-jpa-starterkit (archetype for starter Kit Struts) -832: remote -> org.tinygroup:buproject (-) -833: remote -> org.tinygroup:flowcomponent (-) -834: remote -> org.tinygroup:plugincomponent (-) -835: remote -> org.tinygroup:uicomponent-archetype (-) -836: remote -> org.tinygroup:webappproject (-) -837: remote -> org.trailsframework:trails-archetype (-) -838: remote -> org.trailsframework:trails-secure-archetype (-) -839: remote -> org.tynamo:tynamo-archetype (-) -840: remote -> org.wicketstuff.scala:wicket-scala-archetype (-) -841: remote -> org.wicketstuff.scala:wicketstuff-scala-archetype (Basic setup for a project that combines Scala and Wicket, - depending on the Wicket-Scala project. Includes an example Specs - test.) -842: remote -> org.wikbook:wikbook.archetype (-) -843: remote -> org.xaloon.archetype:xaloon-archetype-wicket-jpa-glassfish (-) -844: remote -> org.xaloon.archetype:xaloon-archetype-wicket-jpa-spring (-) -845: remote -> org.xwiki.commons:xwiki-commons-component-archetype (Make it easy to create a maven project for creating XWiki Components.) -846: remote -> org.xwiki.rendering:xwiki-rendering-archetype-macro (Make it easy to create a maven project for creating XWiki Rendering Macros.) -847: remote -> org.zkoss:zk-archetype-component (An archetype that generates a starter ZK component project) -848: remote -> org.zkoss:zk-archetype-extension (An archetype that generates a starter ZK extension project) -849: remote -> org.zkoss:zk-archetype-theme (An archetype that generates a starter ZK theme project) -850: remote -> org.zkoss:zk-archetype-webapp (An archetype that generates a starter ZK CE webapp project) -851: remote -> org.zkoss:zk-ee-eval-archetype-webapp (An archetype that generates a starter ZK EE-eval webapp project) -852: remote -> org.zkoss:zk-ee-eval-archetype-webapp-spring (An archetype that generates a starter ZK EE-eval webapp project with Spring) -853: remote -> org.zkoss:zk-ee-eval-archetype-webapp-spring-jpa (An archetype that generates a starter ZK EE-eval webapp project with Spring and JPA) -854: remote -> pl.bristleback:webapp-archetype (Web archetype for Bristleback Websocket Framework) -855: remote -> pro.savant.circumflex:webapp-archetype (-) -856: remote -> ru.circumflex:circumflex-archetype (-) -857: remote -> ru.nikitav.android.archetypes:release (-) -858: remote -> ru.nikitav.android.archetypes:release-robolectric (-) -859: remote -> se.vgregion.javg.maven.archetypes:javg-minimal-archetype (-) -860: remote -> sk.seges.sesam:sesam-annotation-archetype (-) -861: remote -> tk.skuro:clojure-maven-archetype (A simple Maven archetype for Clojure) -862: remote -> uk.ac.rdg.resc:edal-ncwms-based-webapp (-) -Choose a number or apply filter (format: [groupId:]artifactId, case sensitive contains): 314: �Desea terminar el trabajo por lotes (S/N)? diff --git a/SpringTutorial/target/classes/org/migue/learning/spring/DisplayNameBeanPostProcessor.class b/SpringTutorial/target/classes/org/migue/learning/spring/DisplayNameBeanPostProcessor.class deleted file mode 100644 index 485e5a27b6f5706bfc415f5499093dd603e46ade..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1264 zcmbVMZBG+H5PlX4SLz|kTTv8R6>NDs@C6AqB!U`E8YIDx=(p{4TNkgl&E8h6ze@c8 zi6;I4f0S{yS81zAh#&4|cXsZXXP%k8A3wi-2e5_>2Yn3dN>{y_tTu!f2(CjJR=udM zt$8e?dcd2zye75<5BF4L_O$Xv6e;Z>!Eou2zvEuODfUI_Q255dAj76bj3FwTzJ0Is zTdza_kyqiqQM&2*Dy+z=_ZKR|;6oWov&GP#%O5Z#c2rrU(2ol)93&Y=iZT?tjao_Q zm%J1RhS8$(d2qnBwEMO*Vcy7yVWaqe)fE_K>YZ{QRgBQjiI?Po{K$<|Az|l=f0ke9 z^6VR{VIkk;iZvqa)RPass9TuG!8k+i--=m@qLc6;Ok&DGx<~r`W@JRo#T8s7*;K@AufW~3J$I@q&uWzirWntl!Z=WhGA}N>zU9ZBg4#Te~XqP-abP5*Ywu>C{3`wKnLx%BOx1#NYDJ){y z!4kt*tGeF0U94E9jvZannC;SJTU3-5y)%)-eTMl{ zCG3Q^HKZZfR}Jlpr_v5__N=?MVtFD9>MlJ4ba}0%>p<@z+IeId*@1;)q(0N44=%k2 zTh3t&)7p&#a1kT4qw&FIiW;SLf_7sqnAf!KC(qOuOnk%itI_Mnm|Z%;jU&t-VPWwT yoyEv0vLJ*>La^wW_`5bbArPh2R>mp%&)lJChP&sSs&bZ#<``{NS$3Ef! diff --git a/SpringTutorial/target/classes/org/migue/learning/spring/DrawingApp.class b/SpringTutorial/target/classes/org/migue/learning/spring/DrawingApp.class deleted file mode 100644 index 99a151b9a82888872420e4e139fdeb93df5d636e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1121 zcma)5SyK~15dH=No2<)WxGxO|7!I@It)VDG(Bfec%A`=sr%4#Y!XByFiNT+x51~q{ zET8>RmOWW0qy%Ljx_73h`|IQDpTE9-2e5)w104*rp{&`yTWbj06I=#vP_v`D)M`WW zCh0=GZXm(Xf51O-+v8-}t{jM}V(4CV16QpvbY>TJ84|^CPnhUL%0d^q8TuSI5U(13 zMaVL*c!DAAgjMeCa_Q>x$z?+AyAi{@bCq23gyVBJU>MH6cg}JuDV=nFVb{QQhIJh( zuH%E`zG#N>(5{Ao5=Y988ufZ8m0k3B6zy=e|JL`YO3$rw<%U5qewM@lgBi!j9r>P# zehlfth8c#k7a^M%#khenhPA7}7b=mGysG|&wlJaFHz-BTjg*k3{f62Lo55xn9wsrx zkfLH~5T01km^UqCFwJ1pgjyGzS~Gu9et)DK4=``w7Q@WtT`!-Yq%eou2IkL^p!A7S z^DShtKm-UI#D}36!VT>m8it~g2=3>TSYjA0791y2-p*{iF1*QXy(n*PZ{+l6;tp&B zIfjAuFwZ+%xU2hZXhte8FfoIB7VhirB=(4(q`0gRc?K@v0{NYcoZ)$!T>oRlx995U4R)RFM9f$abuwisGNnTyv&77KmA<5V!ThbrOe zA=lFB%fq^TD-FZb;lHFfVCc5R0QpAqCsUBC>>BR|eu_Iv$AV z!X5a6Q0#_7*YCNJRQ^mf;%hk}G`jyF9dHXz#Fx5XCkw)=jWkS_Ct5a|9nHZ>eHC7} zk@*hy3D$WyjfUb_DiTXixu*t1gL6~-Hw(P@J$>UswrP&=D12J%Ic!O(trsjk>a=A( zO)Xkj;k*5nfE@Dd5eg{s`MdZDrH8rVLSpe6%Cq9OX5&_^+A~T&tu5Ap3UgNV3uWz_ nv-S#2&7-I*i6GT^ka{A>Mlwis9%P%_?fe0vK2(9!^yr(PL$p;d diff --git a/SpringTutorial/target/classes/org/migue/learning/spring/Triangle.class b/SpringTutorial/target/classes/org/migue/learning/spring/Triangle.class deleted file mode 100644 index 2858f0027e84605d35e8d882e85de969e82d42d2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2598 zcmb7EZBrXn7(F+gzJ9{$kC($c#S9yo#MbE0p1J`?L=3U2^ zuY7Z+S}ogo%eP%;E_|9fusp(P0%n}!jm8c2ysZ#3a1!XPy0+ub2#hRu zro5(Xa*^?D^f4!pwyM*cFIy9v+U-r@}@-r0@=glDK@V2J444 zUsiOyiz}q$?)w4*%Rz~3*IZ-y{B_@xRwb8&Au!k~9-mp;*?qfQke-IC0%rozj2YvB zkxgS5qbj58#LI?&LCr(A-1ue+0ylJ|kWOP9lSxbn44+aE9XD}{*_5Qe6$rSf;+Q(7 zaEHpWGSVps3}qL`PlRkR&1twRAZ{wh50vAF0=MD_b_7s#Khp7W#AI6o6&B+P@qvzq zcqE|tZkVV*fA%DoTpBZ&OM-oMF-B`0pD5juYI^*#qhY=&?yM45N%yIaGe~Rrtohem z^w+Wu9ch6SWeQ5dUcW{br-;iWQni-HX!cYG)xXUk%%$nBzN6qAndUpc2N>eyJaYkr z;r_=csp#n^uky007DFwGZGmj(ZJ@S5t!b_#e5T_p`ZPQjcZyzhxqPKFm$VH)HS77Yv zp`o^hQIYt|0Ps7@-hL==>ZpGkws$+WH-S_fx-c}3e zYy@~)@xlnT>OulN-~#8#k>%b`sQwF1Hd}B~OrAQexybl?fj5(<;Mp_r2AQ7%vwr^e z29Nz1;J0$10WM*XCu`Ak{*&Rbk(uvdP7aU`kN&7_`Ug{d4@ zgo*q}=LA}c+&JRgQe+it4d;inPSB@!V)9pvwP>V+SCcAE1qhcyt44UGwp2$Kwkw+x*xC0T@HHyf3ERm&lA`7uZHsXmawG&w-k+lv)RNE>dUt*JL zeMMDOw`~PQ+6o#S7*aZa9ktUpY>&x0z73nK6|0Zq0pj!!=`xX2SBDiCYF1zf7RN)y z+rf4IUZBltBg$YDARh*3ba5*{Sl(v@dwv9bun9g$a2bFXo5M5Bq}1@F2%af%DB9sH cXynqGz*GZHz>Wvmivf`YDaL}789RZ>KeLM^BLDyZ diff --git a/SpringTutorial/target/classes/pointsconfig.properties b/SpringTutorial/target/classes/pointsconfig.properties deleted file mode 100644 index 4664bd5..0000000 --- a/SpringTutorial/target/classes/pointsconfig.properties +++ /dev/null @@ -1,2 +0,0 @@ -pointA.pointX = 0 -pointA.pointY = 0 \ No newline at end of file diff --git a/SpringTutorial/target/classes/spring.xml b/SpringTutorial/target/classes/spring.xml deleted file mode 100644 index 7f34b3f..0000000 --- a/SpringTutorial/target/classes/spring.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file From 58801e43bb9eecc5bf4411e2022d3030d60f4b2e Mon Sep 17 00:00:00 2001 From: cinexin Date: Mon, 20 Feb 2017 12:24:33 +0100 Subject: [PATCH 2/6] Target dirs to ignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) mode change 100644 => 100755 .gitignore diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index b9d6bd9..fb88a46 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ .project .metadata bin/ +SpringAOP/target/ +SpringDataTutorial/target/ tmp/ *.tmp *.bak @@ -16,6 +18,7 @@ local.properties .settings/ .loadpath + # External tool builders .externalToolBuilders/ From 307d72163f4c91b47285d498047740884db5d9db Mon Sep 17 00:00:00 2001 From: cinexin Date: Mon, 20 Feb 2017 12:59:51 +0100 Subject: [PATCH 3/6] Modified POM and source code structure (standard guidelines) --- SpringTutorial/pom.xml | 60 +++++++------------ .../spring/DisplayNameBeanPostProcessor.java | 0 .../org/migue/learning/spring/DrawingApp.java | 0 .../spring/MyBeanFactoryPostProcessor.java | 0 .../org/migue/learning/spring/Point.java | 0 .../org/migue/learning/spring/Triangle.java | 0 .../src/{ => main/resources}/archetypes.txt | 0 .../resources}/pointsconfig.properties | 0 .../src/{ => main/resources}/spring.xml | 0 9 files changed, 20 insertions(+), 40 deletions(-) rename SpringTutorial/src/{ => main/java}/org/migue/learning/spring/DisplayNameBeanPostProcessor.java (100%) rename SpringTutorial/src/{ => main/java}/org/migue/learning/spring/DrawingApp.java (100%) rename SpringTutorial/src/{ => main/java}/org/migue/learning/spring/MyBeanFactoryPostProcessor.java (100%) rename SpringTutorial/src/{ => main/java}/org/migue/learning/spring/Point.java (100%) rename SpringTutorial/src/{ => main/java}/org/migue/learning/spring/Triangle.java (100%) rename SpringTutorial/src/{ => main/resources}/archetypes.txt (100%) rename SpringTutorial/src/{ => main/resources}/pointsconfig.properties (100%) rename SpringTutorial/src/{ => main/resources}/spring.xml (100%) diff --git a/SpringTutorial/pom.xml b/SpringTutorial/pom.xml index 5682ecc..4fcb4e5 100755 --- a/SpringTutorial/pom.xml +++ b/SpringTutorial/pom.xml @@ -1,49 +1,29 @@ - + 4.0.0 org.migue.learning.spring - SpringDemo + + DrawingApp 1.0-SNAPSHOT + - - - org.springframework - spring-context - 3.2.4.RELEASE + + + org.springframework + spring-context + 4.0.0.RELEASE - - - true - + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + org.migue.learning.spring.DrawingApp + + + - - - - spring-tutorial-intro - - - - org.codehaus.mojo - exec-maven-plugin - 1.1.1 - - - test - - java - - - org.migue.learning.spring.DrawingApp - - - - - - - - - - + \ No newline at end of file diff --git a/SpringTutorial/src/org/migue/learning/spring/DisplayNameBeanPostProcessor.java b/SpringTutorial/src/main/java/org/migue/learning/spring/DisplayNameBeanPostProcessor.java similarity index 100% rename from SpringTutorial/src/org/migue/learning/spring/DisplayNameBeanPostProcessor.java rename to SpringTutorial/src/main/java/org/migue/learning/spring/DisplayNameBeanPostProcessor.java diff --git a/SpringTutorial/src/org/migue/learning/spring/DrawingApp.java b/SpringTutorial/src/main/java/org/migue/learning/spring/DrawingApp.java similarity index 100% rename from SpringTutorial/src/org/migue/learning/spring/DrawingApp.java rename to SpringTutorial/src/main/java/org/migue/learning/spring/DrawingApp.java diff --git a/SpringTutorial/src/org/migue/learning/spring/MyBeanFactoryPostProcessor.java b/SpringTutorial/src/main/java/org/migue/learning/spring/MyBeanFactoryPostProcessor.java similarity index 100% rename from SpringTutorial/src/org/migue/learning/spring/MyBeanFactoryPostProcessor.java rename to SpringTutorial/src/main/java/org/migue/learning/spring/MyBeanFactoryPostProcessor.java diff --git a/SpringTutorial/src/org/migue/learning/spring/Point.java b/SpringTutorial/src/main/java/org/migue/learning/spring/Point.java similarity index 100% rename from SpringTutorial/src/org/migue/learning/spring/Point.java rename to SpringTutorial/src/main/java/org/migue/learning/spring/Point.java diff --git a/SpringTutorial/src/org/migue/learning/spring/Triangle.java b/SpringTutorial/src/main/java/org/migue/learning/spring/Triangle.java similarity index 100% rename from SpringTutorial/src/org/migue/learning/spring/Triangle.java rename to SpringTutorial/src/main/java/org/migue/learning/spring/Triangle.java diff --git a/SpringTutorial/src/archetypes.txt b/SpringTutorial/src/main/resources/archetypes.txt similarity index 100% rename from SpringTutorial/src/archetypes.txt rename to SpringTutorial/src/main/resources/archetypes.txt diff --git a/SpringTutorial/src/pointsconfig.properties b/SpringTutorial/src/main/resources/pointsconfig.properties similarity index 100% rename from SpringTutorial/src/pointsconfig.properties rename to SpringTutorial/src/main/resources/pointsconfig.properties diff --git a/SpringTutorial/src/spring.xml b/SpringTutorial/src/main/resources/spring.xml similarity index 100% rename from SpringTutorial/src/spring.xml rename to SpringTutorial/src/main/resources/spring.xml From 574c74939ef25ee4b9ad32ab7f9c13c8e26a6005 Mon Sep 17 00:00:00 2001 From: cinexin Date: Mon, 20 Feb 2017 13:21:38 +0100 Subject: [PATCH 4/6] Ignoring patterns --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fb88a46..8a76175 100755 --- a/.gitignore +++ b/.gitignore @@ -6,8 +6,7 @@ .project .metadata bin/ -SpringAOP/target/ -SpringDataTutorial/target/ +target/ tmp/ *.tmp *.bak @@ -19,6 +18,7 @@ local.properties .loadpath + # External tool builders .externalToolBuilders/ @@ -31,6 +31,10 @@ local.properties # PDT-specific .buildpath +################# +## IntelliJ Idea +################# +.idea ################# ## Visual Studio From d7a87ac59e8f194eac84f9d0a93f723119bb705f Mon Sep 17 00:00:00 2001 From: cinexin Date: Mon, 20 Feb 2017 13:28:59 +0100 Subject: [PATCH 5/6] SpringDataTutorial project refactored using standard naming conventions --- SpringDataTutorial/pom.xml | 43 +++++++------------ .../java}/org/migue/javabrains/JdbcDemo.java | 0 .../javabrains/dao/HibernateDaoImpl.java | 0 .../org/migue/javabrains/dao/JdbcDaoImpl.java | 0 .../javabrains/dao/SimpleJdbcDaoImpl.java | 0 .../org/migue/javabrains/model/Circle.java | 0 .../src/{ => main/resources}/spring.xml | 0 7 files changed, 15 insertions(+), 28 deletions(-) rename SpringDataTutorial/src/{ => main/java}/org/migue/javabrains/JdbcDemo.java (100%) rename SpringDataTutorial/src/{ => main/java}/org/migue/javabrains/dao/HibernateDaoImpl.java (100%) rename SpringDataTutorial/src/{ => main/java}/org/migue/javabrains/dao/JdbcDaoImpl.java (100%) rename SpringDataTutorial/src/{ => main/java}/org/migue/javabrains/dao/SimpleJdbcDaoImpl.java (100%) rename SpringDataTutorial/src/{ => main/java}/org/migue/javabrains/model/Circle.java (100%) rename SpringDataTutorial/src/{ => main/resources}/spring.xml (100%) diff --git a/SpringDataTutorial/pom.xml b/SpringDataTutorial/pom.xml index 99075be..6acbea3 100755 --- a/SpringDataTutorial/pom.xml +++ b/SpringDataTutorial/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - SpringDataTutorial - SpringDataTutorial + org.migue.javabrains + JdbcDemo 0.0.1-SNAPSHOT @@ -77,32 +77,19 @@ 1.7 + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + org.migue.javabrains.JdbcDemo + + + + + - - - spring-data-tutorial - - - - org.codehaus.mojo - exec-maven-plugin - 1.1.1 - - - test - - java - - - org.migue.javabrains.JdbcDemo - - - - - - - - - \ No newline at end of file + + diff --git a/SpringDataTutorial/src/org/migue/javabrains/JdbcDemo.java b/SpringDataTutorial/src/main/java/org/migue/javabrains/JdbcDemo.java similarity index 100% rename from SpringDataTutorial/src/org/migue/javabrains/JdbcDemo.java rename to SpringDataTutorial/src/main/java/org/migue/javabrains/JdbcDemo.java diff --git a/SpringDataTutorial/src/org/migue/javabrains/dao/HibernateDaoImpl.java b/SpringDataTutorial/src/main/java/org/migue/javabrains/dao/HibernateDaoImpl.java similarity index 100% rename from SpringDataTutorial/src/org/migue/javabrains/dao/HibernateDaoImpl.java rename to SpringDataTutorial/src/main/java/org/migue/javabrains/dao/HibernateDaoImpl.java diff --git a/SpringDataTutorial/src/org/migue/javabrains/dao/JdbcDaoImpl.java b/SpringDataTutorial/src/main/java/org/migue/javabrains/dao/JdbcDaoImpl.java similarity index 100% rename from SpringDataTutorial/src/org/migue/javabrains/dao/JdbcDaoImpl.java rename to SpringDataTutorial/src/main/java/org/migue/javabrains/dao/JdbcDaoImpl.java diff --git a/SpringDataTutorial/src/org/migue/javabrains/dao/SimpleJdbcDaoImpl.java b/SpringDataTutorial/src/main/java/org/migue/javabrains/dao/SimpleJdbcDaoImpl.java similarity index 100% rename from SpringDataTutorial/src/org/migue/javabrains/dao/SimpleJdbcDaoImpl.java rename to SpringDataTutorial/src/main/java/org/migue/javabrains/dao/SimpleJdbcDaoImpl.java diff --git a/SpringDataTutorial/src/org/migue/javabrains/model/Circle.java b/SpringDataTutorial/src/main/java/org/migue/javabrains/model/Circle.java similarity index 100% rename from SpringDataTutorial/src/org/migue/javabrains/model/Circle.java rename to SpringDataTutorial/src/main/java/org/migue/javabrains/model/Circle.java diff --git a/SpringDataTutorial/src/spring.xml b/SpringDataTutorial/src/main/resources/spring.xml similarity index 100% rename from SpringDataTutorial/src/spring.xml rename to SpringDataTutorial/src/main/resources/spring.xml From 7bfaf11c802280aa15a49e7e0eea3f90a407eb5d Mon Sep 17 00:00:00 2001 From: cinexin Date: Mon, 20 Feb 2017 13:34:35 +0100 Subject: [PATCH 6/6] Project refactored with standard naming conventions --- SpringAOP/pom.xml | 36 +++++-------------- .../java}/org/migue/javabrains/AopMain.java | 0 .../org/migue/javabrains/aspect/Loggable.java | 0 .../javabrains/aspect/LoggingAspect.java | 0 .../migue/javabrains/aspect/MyOwnAspect.java | 0 .../org/migue/javabrains/model/Circle.java | 0 .../org/migue/javabrains/model/Triangle.java | 0 .../javabrains/service/FactoryService.java | 0 .../javabrains/service/ShapeService.java | 0 .../javabrains/service/ShapeServiceProxy.java | 0 SpringAOP/src/{ => main/resources}/spring.xml | 0 11 files changed, 9 insertions(+), 27 deletions(-) rename SpringAOP/src/{ => main/java}/org/migue/javabrains/AopMain.java (100%) rename SpringAOP/src/{ => main/java}/org/migue/javabrains/aspect/Loggable.java (100%) rename SpringAOP/src/{ => main/java}/org/migue/javabrains/aspect/LoggingAspect.java (100%) rename SpringAOP/src/{ => main/java}/org/migue/javabrains/aspect/MyOwnAspect.java (100%) rename SpringAOP/src/{ => main/java}/org/migue/javabrains/model/Circle.java (100%) rename SpringAOP/src/{ => main/java}/org/migue/javabrains/model/Triangle.java (100%) rename SpringAOP/src/{ => main/java}/org/migue/javabrains/service/FactoryService.java (100%) rename SpringAOP/src/{ => main/java}/org/migue/javabrains/service/ShapeService.java (100%) rename SpringAOP/src/{ => main/java}/org/migue/javabrains/service/ShapeServiceProxy.java (100%) rename SpringAOP/src/{ => main/resources}/spring.xml (100%) diff --git a/SpringAOP/pom.xml b/SpringAOP/pom.xml index 2160f0a..df2140b 100755 --- a/SpringAOP/pom.xml +++ b/SpringAOP/pom.xml @@ -50,33 +50,15 @@ 1.7 - + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + org.migue.javabrains.AopMain + + + - - - spring-aop-tutorial - - - - org.codehaus.mojo - exec-maven-plugin - 1.1.1 - - - test - - java - - - org.migue.javabrains.AopMain - - - - - - - - - \ No newline at end of file diff --git a/SpringAOP/src/org/migue/javabrains/AopMain.java b/SpringAOP/src/main/java/org/migue/javabrains/AopMain.java similarity index 100% rename from SpringAOP/src/org/migue/javabrains/AopMain.java rename to SpringAOP/src/main/java/org/migue/javabrains/AopMain.java diff --git a/SpringAOP/src/org/migue/javabrains/aspect/Loggable.java b/SpringAOP/src/main/java/org/migue/javabrains/aspect/Loggable.java similarity index 100% rename from SpringAOP/src/org/migue/javabrains/aspect/Loggable.java rename to SpringAOP/src/main/java/org/migue/javabrains/aspect/Loggable.java diff --git a/SpringAOP/src/org/migue/javabrains/aspect/LoggingAspect.java b/SpringAOP/src/main/java/org/migue/javabrains/aspect/LoggingAspect.java similarity index 100% rename from SpringAOP/src/org/migue/javabrains/aspect/LoggingAspect.java rename to SpringAOP/src/main/java/org/migue/javabrains/aspect/LoggingAspect.java diff --git a/SpringAOP/src/org/migue/javabrains/aspect/MyOwnAspect.java b/SpringAOP/src/main/java/org/migue/javabrains/aspect/MyOwnAspect.java similarity index 100% rename from SpringAOP/src/org/migue/javabrains/aspect/MyOwnAspect.java rename to SpringAOP/src/main/java/org/migue/javabrains/aspect/MyOwnAspect.java diff --git a/SpringAOP/src/org/migue/javabrains/model/Circle.java b/SpringAOP/src/main/java/org/migue/javabrains/model/Circle.java similarity index 100% rename from SpringAOP/src/org/migue/javabrains/model/Circle.java rename to SpringAOP/src/main/java/org/migue/javabrains/model/Circle.java diff --git a/SpringAOP/src/org/migue/javabrains/model/Triangle.java b/SpringAOP/src/main/java/org/migue/javabrains/model/Triangle.java similarity index 100% rename from SpringAOP/src/org/migue/javabrains/model/Triangle.java rename to SpringAOP/src/main/java/org/migue/javabrains/model/Triangle.java diff --git a/SpringAOP/src/org/migue/javabrains/service/FactoryService.java b/SpringAOP/src/main/java/org/migue/javabrains/service/FactoryService.java similarity index 100% rename from SpringAOP/src/org/migue/javabrains/service/FactoryService.java rename to SpringAOP/src/main/java/org/migue/javabrains/service/FactoryService.java diff --git a/SpringAOP/src/org/migue/javabrains/service/ShapeService.java b/SpringAOP/src/main/java/org/migue/javabrains/service/ShapeService.java similarity index 100% rename from SpringAOP/src/org/migue/javabrains/service/ShapeService.java rename to SpringAOP/src/main/java/org/migue/javabrains/service/ShapeService.java diff --git a/SpringAOP/src/org/migue/javabrains/service/ShapeServiceProxy.java b/SpringAOP/src/main/java/org/migue/javabrains/service/ShapeServiceProxy.java similarity index 100% rename from SpringAOP/src/org/migue/javabrains/service/ShapeServiceProxy.java rename to SpringAOP/src/main/java/org/migue/javabrains/service/ShapeServiceProxy.java diff --git a/SpringAOP/src/spring.xml b/SpringAOP/src/main/resources/spring.xml similarity index 100% rename from SpringAOP/src/spring.xml rename to SpringAOP/src/main/resources/spring.xml