2014-06-27 28 views

回答

0

你可以在你的pom.xml文件中引入資源

<project> 
    <build> 
     <resources> 
     <resource> 
      <directory>${Submodule_path}</directory> 
      <includes> 
       <include>*.dll</include> 
      </includes> 
      <targetPath/> 
     </resource> 
     </resources> 
    </build>  
</project> 

其他選項是使用「build-helper-maven-plugin」,介紹有你想要的來源。