2010年3月27日 星期六

m2eclipse , put your jar to the repository


add myself jar to repository by using m2eclipse(a maven plugin for Eclipse)

Result :
Installing d:\Joseph.jar to C:\Users\Joseph\.m2\repository\org\joseph\joseph_test\1.1\joseph_test-1.1.jar

be careful : packaging=jar , it is very important ! otherwise , you will fail on it

or in command mode :
D:\>mvn install:install-file -Dfile=D:\PassiveDataAgent.jar -DgroupId=com.mycompany.taipei -DartifactId=PassiveDA -Dversion=1.0 -Dpackaging=jar

Then , you can get this jar in your project
in POM :
...
<dependency >
<groupId>com.mycompany.taipei </groupId>
<artifactId>PassiveDA </artifactId>
<version>1.0 </version>
</dependency>
...

COVID-19 確診經歷紀實

原本以為真的是天選之人,就算先前家裡兩個小孩都確診都逃過了(可能有中獎但無症狀吧),不過就在2023年六月18日破解自認為天選之人的"心態",為什麼可以確認就是這天中獎的呢?因為在前都是居家上班,到人多的室內場所都會戴口罩,就剛好這天傍晚原本只想說要去附近的國...