Skip to content

Commit 073426a

Browse files
committed
Merge pull request tddbc#10 from azusa/maven-eclipse-plugin
pom.xmlにソースのアタッチの設定を追加しました。
2 parents de1c151 + 3d224d8 commit 073426a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,15 @@
2828
<scope>test</scope>
2929
</dependency>
3030
</dependencies>
31+
<build>
32+
<plugins>
33+
<plugin>
34+
<groupId>org.apache.maven.plugins</groupId>
35+
<artifactId>maven-eclipse-plugin</artifactId>
36+
<configuration>
37+
<downloadSources>true</downloadSources>
38+
</configuration>
39+
</plugin>
40+
</plugins>
41+
</build>
3142
</project>

0 commit comments

Comments
 (0)