2015-01-13 55 views

回答

2

沒關係 - 我看着插件的源代碼,這是我的「固定」它:

<executions> 
    <execution>         
     <phase>compile</phase> 
     <goals> 
      <goal>diff</goal> 
     </goals> 
     <configuration> 
      <systemProperties> 
       <user.name>someUserName</user.name> 
      </systemProperties> 
     </configuration> 
    </execution> 
</executions>