File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 147147 <artifactId >maven-resources-plugin</artifactId >
148148 <version >${maven-resources-plugin.version} </version >
149149 </plugin >
150- <plugin >
151- <groupId >org.apache.maven.plugins</groupId >
152- <artifactId >maven-deploy-plugin</artifactId >
153- <version >${maven-deploy-plugin.version} </version >
154- </plugin >
155150 </plugins >
156151 </pluginManagement >
157152 <plugins >
Original file line number Diff line number Diff line change 8484 </plugins >
8585 </build >
8686 </profile >
87- <profile >
88- <id >publication</id >
89- <properties >
90- <altDeploymentRepository >local::default::file:./target/staging-deploy</altDeploymentRepository >
91- </properties >
92- <build >
93- <defaultGoal >deploy</defaultGoal >
94- <plugins >
95- <plugin >
96- <groupId >org.apache.maven.plugins</groupId >
97- <artifactId >maven-javadoc-plugin</artifactId >
98- <executions >
99- <execution >
100- <id >attach-javadocs</id >
101- <goals >
102- <goal >jar</goal >
103- </goals >
104- <configuration >
105- <attach >true</attach >
106- </configuration >
107- </execution >
108- </executions >
109- </plugin >
110- <plugin >
111- <groupId >org.apache.maven.plugins</groupId >
112- <artifactId >maven-source-plugin</artifactId >
113- <executions >
114- <execution >
115- <id >attach-sources</id >
116- <goals >
117- <goal >jar</goal >
118- </goals >
119- <configuration >
120- <attach >true</attach >
121- </configuration >
122- </execution >
123- </executions >
124- </plugin >
125- </plugins >
126- </build >
127- </profile >
87+ <profile >
88+ <id >publication</id >
89+ <properties >
90+ <altDeploymentRepository >local::default::file:./target/staging-deploy</altDeploymentRepository >
91+ </properties >
92+ <build >
93+ <defaultGoal >deploy</defaultGoal >
94+ <plugins >
95+ <plugin >
96+ <groupId >org.apache.maven.plugins</groupId >
97+ <artifactId >maven-javadoc-plugin</artifactId >
98+ <executions >
99+ <execution >
100+ <id >attach-javadocs</id >
101+ <goals >
102+ <goal >jar</goal >
103+ </goals >
104+ <configuration >
105+ <attach >true</attach >
106+ </configuration >
107+ </execution >
108+ </executions >
109+ </plugin >
110+ <plugin >
111+ <groupId >org.apache.maven.plugins</groupId >
112+ <artifactId >maven-source-plugin</artifactId >
113+ <executions >
114+ <execution >
115+ <id >attach-sources</id >
116+ <goals >
117+ <goal >jar</goal >
118+ </goals >
119+ <configuration >
120+ <attach >true</attach >
121+ </configuration >
122+ </execution >
123+ </executions >
124+ </plugin >
125+ </plugins >
126+ </build >
127+ </profile >
128128 </profiles >
129129</project >
You can’t perform that action at this time.
0 commit comments