DMMN1992 / bbvfsm

Automatically exported from code.google.com/p/bbvfsm
0 stars 0 forks source link

Attach source to repo #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
please attach source to repo to all users to download from their IDE

            <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-source-plugin</artifactId>
              <executions>
                <execution>
                  <id>attach-sources</id>
                  <phase>verify</phase>
                  <goals>
                    <goal>jar-no-fork</goal>
                  </goals>
                </execution>
              </executions>
            </plugin>

Original issue reported on code.google.com by minggf...@gmail.com on 6 May 2012 at 2:51

GoogleCodeExporter commented 8 years ago
sorry this is already done. please delete this issue

Original comment by minggf...@gmail.com on 6 May 2012 at 2:52

GoogleCodeExporter commented 8 years ago
Already done.

Original comment by weibel.l...@gmail.com on 2 Jan 2013 at 7:59