File tree Expand file tree Collapse file tree 2 files changed +75
-50
lines changed
net.tascalate.javaflow.tools.maven Expand file tree Collapse file tree 2 files changed +75
-50
lines changed Original file line number Diff line number Diff line change 5151 <build >
5252 <pluginManagement >
5353 <plugins >
54+ <plugin >
55+ <groupId >org.eclipse.m2e</groupId >
56+ <artifactId >lifecycle-mapping</artifactId >
57+ <version >1.0.0</version >
58+ <configuration >
59+ <lifecycleMappingMetadata >
60+ <pluginExecutions >
61+ <pluginExecution >
62+ <pluginExecutionFilter >
63+ <groupId >org.apache.maven.plugins</groupId >
64+ <artifactId >maven-plugin-plugin</artifactId >
65+ <versionRange >[1.0.0,)</versionRange >
66+ <goals >
67+ <goal >descriptor</goal >
68+ </goals >
69+ </pluginExecutionFilter >
70+ <action >
71+ <execute >
72+ <runOnIncremental >false</runOnIncremental >
73+ </execute >
74+ </action >
75+ </pluginExecution >
76+ </pluginExecutions >
77+ </lifecycleMappingMetadata >
78+ </configuration >
79+ </plugin >
5480 <plugin >
5581 <groupId >org.apache.maven.plugins</groupId >
5682 <artifactId >maven-plugin-plugin</artifactId >
Original file line number Diff line number Diff line change 101101 </repository >
102102 </distributionManagement >
103103
104- <profiles >
105- <profile >
106- <id >release</id >
107- <build >
108- <plugins >
109- <plugin >
110- <groupId >org.apache.maven.plugins</groupId >
111- <artifactId >maven-source-plugin</artifactId >
112- <version >3.0.1</version >
113- <executions >
114- <execution >
115- <id >attach-sources</id >
116- <goals >
117- <goal >jar</goal >
118- </goals >
119- </execution >
120- </executions >
121- </plugin >
122- <plugin >
123- <groupId >org.apache.maven.plugins</groupId >
124- <artifactId >maven-javadoc-plugin</artifactId >
125- <version >2.10.4</version >
126- <executions >
127- <execution >
128- <id >attach-javadocs</id >
129- <goals >
130- <goal >jar</goal >
131- </goals >
132- </execution >
133- </executions >
134- </plugin >
135- <plugin >
136- <groupId >org.apache.maven.plugins</groupId >
137- <artifactId >maven-gpg-plugin</artifactId >
138- <version >1.6</version >
139- <executions >
140- <execution >
141- <id >sign-artifacts</id >
142- <phase >verify</phase >
143- <goals >
144- <goal >sign</goal >
145- </goals >
146- </execution >
147- </executions >
148- </plugin >
149- </plugins >
150- </build >
151- </profile >
152- </profiles >
153-
104+ <profiles >
105+ <profile >
106+ <id >release</id >
107+ <build >
108+ <plugins >
109+ <plugin >
110+ <groupId >org.apache.maven.plugins</groupId >
111+ <artifactId >maven-source-plugin</artifactId >
112+ <version >3.0.1</version >
113+ <executions >
114+ <execution >
115+ <id >attach-sources</id >
116+ <goals >
117+ <goal >jar</goal >
118+ </goals >
119+ </execution >
120+ </executions >
121+ </plugin >
122+ <plugin >
123+ <groupId >org.apache.maven.plugins</groupId >
124+ <artifactId >maven-javadoc-plugin</artifactId >
125+ <version >2.10.4</version >
126+ <executions >
127+ <execution >
128+ <id >attach-javadocs</id >
129+ <goals >
130+ <goal >jar</goal >
131+ </goals >
132+ </execution >
133+ </executions >
134+ </plugin >
135+ <plugin >
136+ <groupId >org.apache.maven.plugins</groupId >
137+ <artifactId >maven-gpg-plugin</artifactId >
138+ <version >1.6</version >
139+ <executions >
140+ <execution >
141+ <id >sign-artifacts</id >
142+ <phase >verify</phase >
143+ <goals >
144+ <goal >sign</goal >
145+ </goals >
146+ </execution >
147+ </executions >
148+ </plugin >
149+ </plugins >
150+ </build >
151+ </profile >
152+ </profiles >
154153
155154 <build >
156155 <plugins >
You can’t perform that action at this time.
0 commit comments