We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa6da7 commit 2bdc492Copy full SHA for 2bdc492
blueprints-neo4j2-graph/pom.xml
@@ -144,6 +144,32 @@
144
<profiles>
145
<profile>
146
<id>release</id>
147
+ <build>
148
+ <plugins>
149
+ <plugin>
150
+ <artifactId>maven-source-plugin</artifactId>
151
+ <executions>
152
+ <execution>
153
+ <id>attach-sources</id>
154
+ <goals>
155
+ <goal>jar</goal>
156
+ </goals>
157
+ </execution>
158
+ </executions>
159
+ </plugin>
160
161
+ <artifactId>maven-javadoc-plugin</artifactId>
162
163
164
+ <id>attach-javadocs</id>
165
166
167
168
169
170
171
+ </plugins>
172
+ </build>
173
</profile>
174
</profiles>
175
</project>
0 commit comments