Facebook-oss-pom是一个基于POM的部署在oss.soatype.org上的facebook上开源项目。它可以任随意调用任何基于POM的新项目而不用进行二次编辑修改。FacebookOSSPOM平台致力于通过Mave的中央资源库来建立不同的组件和开发包。
示例:
<?xml versio="1.0" ecodig="UTF-8"?><project xmls="https://mave.apache.org/POM/4.0.0" xmls:xsi="https://www.w3.org/2001/XMLSchema-istace" xsi:schemaLocatio="https://mave.apache.org/POM/4.0.0 https://mave.apache.org/xsd/mave-4.0.0.xsd"> <modelVersio>4.0.0</modelVersio> <paret> <groupId>com.facebook</groupId> <artifactId>facebook-oss-pom</artifactId> <versio> ... curret versio ...</versio> </paret> <groupId> ... group id of the ew project ... </groupId> <artifactId> ... artifact id of the ew project ... </artifactId> <versio> ... versio of the ew project ... </versio> <packagig> ... jar|pom ... </packagig> <descriptio> ... descriptio of the ew project ... </descriptio> <ame>${project.artifactId}</ame> <iceptioYear>2013</iceptioYear> <scm> <coectio> ... scm read oly coectio ... </coectio> <developerCoectio>... scm read write coectio ... </developerCoectio> <url> ... project url ... </url> </scm> <distributioMaagemet/> <developers/> <orgaizatio/> ...</project>






评论