Changeset 1799


Ignore:
Timestamp:
10/21/14 23:13:49 (10 years ago)
Author:
funger
Message:
  • add config part
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-android/pom.xml

    r1788 r1799  
    5454                </configuration> 
    5555            </plugin> 
     56            <plugin> 
     57                <artifactId>maven-assembly-plugin</artifactId> 
     58                <version>2.2-beta-2</version> 
     59                <configuration> 
     60                    <descriptors> 
     61                        <descriptor>src/main/assembly/config.xml</descriptor> 
     62                    </descriptors> 
     63                </configuration> 
     64                <executions> 
     65                    <execution> 
     66                        <id>make-assembly</id> 
     67                        <phase>package</phase> 
     68                        <goals> 
     69                            <goal>single</goal> 
     70                        </goals> 
     71                    </execution> 
     72                </executions> 
     73            </plugin> 
    5674        </plugins> 
    5775    </build> 
Note: See TracChangeset for help on using the changeset viewer.