/[schmitzm]/trunk/schmitzm-parent/pom.xml
ViewVC logotype

Diff of /trunk/schmitzm-parent/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2334 by mojays, Sat Jun 8 13:51:00 2013 UTC revision 2410 by keeb, Thu Dec 4 18:40:27 2014 UTC
# Line 114  Line 114 
114                          <artifactId>slf4j-log4j12</artifactId>                          <artifactId>slf4j-log4j12</artifactId>
115                          <version>1.7.2</version>                          <version>1.7.2</version>
116                  </dependency>                  </dependency>
117                    
118          </dependencies>          </dependencies>
119    
120          <build>          <build>
# Line 123  Line 123 
123                          <plugin>                          <plugin>
124                                  <groupId>org.apache.maven.plugins</groupId>                                  <groupId>org.apache.maven.plugins</groupId>
125                                  <artifactId>maven-jar-plugin</artifactId>                                  <artifactId>maven-jar-plugin</artifactId>
126                                  <version>2.3.2</version>                                  <version>2.4</version>
127                                    <configuration>
128                                            <archive>
129                                                    <!-- http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/no_redeploy.html -->
130                                                    <manifestEntries>
131                                                            <Permissions>all-permissions</Permissions>
132                                                            <Codebase>*</Codebase>
133                                                    </manifestEntries>
134                                            </archive>
135                                    </configuration>
136                                  <executions>                                  <executions>
137                                          <execution>                                          <execution>
138                                                  <goals>                                                  <goals>
# Line 154  Line 163 
163                                  </executions>                                  </executions>
164                          </plugin>                          </plugin>
165    
166                            <!-- ################# SONDERZEICHEN BEHANDLUNG ################## -->
167                          <plugin>                          <plugin>
168                                  <artifactId>maven-antrun-plugin</artifactId>                                  <artifactId>maven-antrun-plugin</artifactId>
169                                  <version>1.3</version>                                  <version>1.3</version>
# Line 268  Line 278 
278    
279    
280          </build>          </build>
281            <!-- Wikisquare Artifactory is no more
282    
283            <repositories>
   
         <repositories>  
   
284                  <repository>                  <repository>
285                          <snapshots>                          <snapshots>
286                                  <enabled>false</enabled>                                  <enabled>false</enabled>
# Line 309  Line 317 
317                  </snapshotRepository>                  </snapshotRepository>
318    
319          </distributionManagement>          </distributionManagement>
320            -->
321          <profiles>          <profiles>
322                  <profile>                  <profile>
323                          <id>tweakJdk7Path</id>                          <id>tweakJdk7Path</id>

Legend:
Removed from v.2334  
changed lines
  Added in v.2410

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26