Github user srowen commented on the pull request:

    https://github.com/apache/spark/pull/5119#issuecomment-86735602
  
    Hm, so I tried changing the config to:
    
    ```
            <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-jar-plugin</artifactId>
              <version>2.4</version>
              <executions>
                <execution>
                  <id>prepare-test-jar</id>
                  <phase>prepare-package</phase>
                  <goals>
                    <goal>test-jar</goal>
                  </goals>
                  <configuration>
                    <excludes>
                      <exclude>log4j.properties</exclude>
                    </excludes>
                  </configuration>
                </execution>
              </executions>
            </plugin>
    ```
    
    The effective POM doesn't show a default `jar`, goal, yeah. But I saw 
`-tests.jar` and `.jar` artifacts in all the modules. Are you sure the main 
JARs weren't created or just that it didn't show in the effective POM? I have 
another project that declares basically this above and it does definitely make 
both JARs and test JARs.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to