Skip to content

Commit e8e85d9

Browse files
authored
Updating the build configuration to include source files (firebase#45)
1 parent f36fcf8 commit e8e85d9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,6 @@
187187
<plugin>
188188
<artifactId>maven-source-plugin</artifactId>
189189
<version>2.2.1</version>
190-
<configuration>
191-
<excludes>
192-
<!-- Exclude all files until we go open source -->
193-
<exclude>com/**</exclude>
194-
</excludes>
195-
</configuration>
196190
<executions>
197191
<execution>
198192
<id>attach-sources</id>

0 commit comments

Comments
 (0)