Skip to content

Commit 2bdc492

Browse files
author
Darrick Wiebe
committed
Apparently also must create a source jar
1 parent 7fa6da7 commit 2bdc492

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

blueprints-neo4j2-graph/pom.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,32 @@
144144
<profiles>
145145
<profile>
146146
<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+
<plugin>
161+
<artifactId>maven-javadoc-plugin</artifactId>
162+
<executions>
163+
<execution>
164+
<id>attach-javadocs</id>
165+
<goals>
166+
<goal>jar</goal>
167+
</goals>
168+
</execution>
169+
</executions>
170+
</plugin>
171+
</plugins>
172+
</build>
147173
</profile>
148174
</profiles>
149175
</project>

0 commit comments

Comments
 (0)