File tree Expand file tree Collapse file tree 7 files changed +35
-6
lines changed
logback-amqp-consumer-webapp Expand file tree Collapse file tree 7 files changed +35
-6
lines changed Original file line number Diff line number Diff line change 3
3
* .class
4
4
5
5
target
6
+ META-INF
6
7
7
8
! .gitignore
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project >
2
+ <project
3
+ xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
5
<modelVersion >4.0.0</modelVersion >
4
6
<parent >
5
7
<groupId >ch.qos.logback.amqp</groupId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project >
2
+ <project
3
+ xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
5
<modelVersion >4.0.0</modelVersion >
4
6
<parent >
5
7
<groupId >ch.qos.logback.amqp</groupId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project >
2
+ <project
3
+ xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
5
<modelVersion >4.0.0</modelVersion >
4
6
<parent >
5
7
<groupId >ch.qos.logback.amqp</groupId >
22
24
</dependencies >
23
25
<build >
24
26
<plugins >
27
+ <plugin >
28
+ <groupId >org.apache.maven.plugins</groupId >
29
+ <artifactId >maven-war-plugin</artifactId >
30
+ <version >2.1.1</version >
31
+ </plugin >
32
+ <plugin >
33
+ <groupId >org.apache.maven.plugins</groupId >
34
+ <artifactId >maven-eclipse-plugin</artifactId >
35
+ <version >2.8</version >
36
+ <configuration >
37
+ <wtpmanifest >true</wtpmanifest >
38
+ <wtpapplicationxml >true</wtpapplicationxml >
39
+ <wtpversion >2.0</wtpversion >
40
+ <manifest >${basedir} /src/main/resources/META-INF/MANIFEST.MF</manifest >
41
+ </configuration >
42
+ </plugin >
25
43
<plugin >
26
44
<groupId >net.sf.alchim</groupId >
27
45
<artifactId >winstone-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project >
2
+ <project
3
+ xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
5
<modelVersion >4.0.0</modelVersion >
4
6
<parent >
5
7
<groupId >ch.qos.logback.amqp</groupId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project >
2
+ <project
3
+ xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
5
<modelVersion >4.0.0</modelVersion >
4
6
<parent >
5
7
<groupId >ch.qos.logback.amqp</groupId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project >
2
+ <project
3
+ xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
5
<modelVersion >4.0.0</modelVersion >
4
6
<groupId >ch.qos.logback.amqp</groupId >
5
7
<artifactId >logback-amqp-parent</artifactId >
You can’t perform that action at this time.
0 commit comments