javaquery/demo-twitter/pom.xml
branchmodel
changeset 1052 546cdcaf3e66
parent 1043 bd80952bfd11
child 1053 f44a970bbc2f
     1.1 --- a/javaquery/demo-twitter/pom.xml	Sun Apr 28 21:17:04 2013 +0200
     1.2 +++ b/javaquery/demo-twitter/pom.xml	Mon Apr 29 08:37:23 2013 +0200
     1.3 @@ -104,24 +104,6 @@
     1.4                    <skip>true</skip>
     1.5                </configuration>
     1.6            </plugin>      
     1.7 -          <plugin>
     1.8 -              <artifactId>maven-assembly-plugin</artifactId>
     1.9 -              <version>2.4</version>
    1.10 -              <executions>
    1.11 -                  <execution>
    1.12 -                      <id>distro-assembly</id>
    1.13 -                      <phase>package</phase>
    1.14 -                      <goals>
    1.15 -                          <goal>single</goal>
    1.16 -                      </goals>
    1.17 -                      <configuration>
    1.18 -                          <descriptors>
    1.19 -                              <descriptor>bck2brwsr-assembly.xml</descriptor>
    1.20 -                          </descriptors>
    1.21 -                      </configuration>
    1.22 -                  </execution>
    1.23 -              </executions>                
    1.24 -          </plugin>      
    1.25        </plugins>
    1.26    </build>
    1.27  
    1.28 @@ -202,6 +184,24 @@
    1.29                            </compilerArguments>
    1.30                        </configuration>
    1.31                    </plugin>
    1.32 +                  <plugin>
    1.33 +                      <artifactId>maven-assembly-plugin</artifactId>
    1.34 +                      <version>2.4</version>
    1.35 +                      <executions>
    1.36 +                          <execution>
    1.37 +                              <id>distro-assembly</id>
    1.38 +                              <phase>package</phase>
    1.39 +                              <goals>
    1.40 +                                  <goal>single</goal>
    1.41 +                              </goals>
    1.42 +                              <configuration>
    1.43 +                                  <descriptors>
    1.44 +                                      <descriptor>src/main/assembly/bck2brwsr.xml</descriptor>
    1.45 +                                  </descriptors>
    1.46 +                              </configuration>
    1.47 +                          </execution>
    1.48 +                      </executions>                
    1.49 +                  </plugin>      
    1.50                </plugins>
    1.51            </build>
    1.52            <dependencies>