posts - 28, comments - 27, trackbacks - 0, articles - 0
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

日历

<2006年10月>
24252627282930
1234567
891011121314
15161718192021
22232425262728
2930311234

相册

搜索

  •  

积分与排名

  • 积分 - 28136
  • 排名 - 1438

最新评论

1. The Maven Command:

mvn archetype:create
-DarchetypeGroupId=org.springframework.osgi
-DarchetypeArtifactId=spring-osgi-bundle-archetype
-DarchetypeVersion=1.0-SNAPSHOT
-DremoteRepositories=http://static.springframework.org/maven2-snapshots
-DgroupId=maventest
-DartifactId=maventest
-Dversion=1.0.0


2. After the project is successfully created, please add the following repositories to the POM


 
<repository>
   
<id> springframework.org </id>
   
<name>Springframework Maven SNAPSHOT Repository</name>
   
<url> http://static.springframework.org/maven2-snapshots/ </url>
 </repository>                 
                       
 
<repository>                                        
   
<id>safehaus-repository</id>                       
   
<name>Safehaus Repository</name>                   
   
<url>http://m2.safehaus.org </url>                  
 </repository> 

3. run "mvn compile", everything is ok! :-)

Thanks for the help of every guys。

只有注册用户登录后才能发表评论。


网站导航: