Skip to content

Commit

Permalink
publish sources to the maven repository
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jun 23, 2008
1 parent c9271ae commit 72e2a23
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
15 changes: 14 additions & 1 deletion symmetric/pom.xml
Expand Up @@ -192,6 +192,19 @@
</additionalClasspathElements>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.1</version>
Expand Down Expand Up @@ -468,7 +481,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jcl</artifactId>
<version>1.0.1</version>
</dependency>
</dependency>
<dependency>
<groupId>rome</groupId>
<artifactId>rome</artifactId>
Expand Down
15 changes: 0 additions & 15 deletions symmetric/src/main/assembly/assembly-src.xml

This file was deleted.

0 comments on commit 72e2a23

Please sign in to comment.