This repository was archived by the owner on Nov 23, 2021. It is now read-only.
File tree 1 file changed +35
-11
lines changed
1 file changed +35
-11
lines changed Original file line number Diff line number Diff line change 5
5
<artifactId >oasp4js-sample</artifactId >
6
6
<version >1.0.0-SNAPSHOT</version >
7
7
8
- <name >oasp4js JS sample client</name >
8
+ <name >oasp4js JS sample client</name >
9
9
10
- <build >
11
- <pluginManagement >
12
- <plugins >
13
- <plugin >
14
- <groupId >org.apache.maven.plugins</groupId >
15
- <artifactId >maven-assembly-plugin</artifactId >
16
- <version >2.4</version >
17
- </plugin >
18
- </plugins >
19
- </pluginManagement >
10
+ <build >
11
+ <pluginManagement >
12
+ <plugins >
13
+ <plugin >
14
+ <groupId >org.apache.maven.plugins</groupId >
15
+ <artifactId >maven-assembly-plugin</artifactId >
16
+ <version >2.4</version >
17
+ </plugin >
18
+ <plugin >
19
+ <groupId >org.eclipse.m2e</groupId >
20
+ <artifactId >lifecycle-mapping</artifactId >
21
+ <version >1.0.0</version >
22
+ <configuration >
23
+ <lifecycleMappingMetadata >
24
+ <pluginExecutions >
25
+ <pluginExecution >
26
+ <pluginExecutionFilter >
27
+ <groupId >org.codehaus.mojo</groupId >
28
+ <artifactId >exec-maven-plugin</artifactId >
29
+ <versionRange >[0.0,)</versionRange >
30
+ <goals >
31
+ <goal >exec</goal >
32
+ </goals >
33
+ </pluginExecutionFilter >
34
+ <action >
35
+ <ignore />
36
+ </action >
37
+ </pluginExecution >
38
+ </pluginExecutions >
39
+ </lifecycleMappingMetadata >
40
+ </configuration >
41
+ </plugin >
42
+ </plugins >
43
+ </pluginManagement >
20
44
21
45
<plugins >
22
46
<plugin >
You can’t perform that action at this time.
0 commit comments