You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/06/23 13:45:09 UTC

[maven-source-plugin] branch master updated (9154e1a -> 6e715b1)

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-source-plugin.git.


    from 9154e1a  [maven-release-plugin] prepare for next development iteration
     add 6e715b1  [MSOURCES-95] Source JAR is re-created even if sources are not changed

No new revisions were added by this update.

Summary of changes:
 .../invoker.properties                             |  3 +-
 .../pom.xml                                        | 10 +++--
 .../MSOURCES-95/src/main/java/.gitignore}          |  3 +-
 .../src/main/resources/main.properties             |  0
 .../MSOURCES-95/src/test/java/.gitignore}          |  3 +-
 .../src/test}/resources/main.properties            |  0
 .../AppTest.java => it/MSOURCES-95/verify.groovy}  | 46 ++++++----------------
 .../plugins/source/AbstractSourceJarMojo.java      |  2 +-
 8 files changed, 25 insertions(+), 42 deletions(-)
 copy src/it/{jar-with-archive-config => MSOURCES-95}/invoker.properties (70%)
 copy src/it/{verify-parameter-goal-test-jar-no-fork => MSOURCES-95}/pom.xml (83%)
 mode change 100755 => 100644
 copy src/{test/resources/unit/project-003/src/main/resources/excluded-file.txt => it/MSOURCES-95/src/main/java/.gitignore} (87%)
 copy src/it/{test-jar => MSOURCES-95}/src/main/resources/main.properties (100%)
 copy src/{test/resources/unit/project-003/src/main/resources/excluded-file.txt => it/MSOURCES-95/src/test/java/.gitignore} (87%)
 copy src/it/{test-jar/src/main => MSOURCES-95/src/test}/resources/main.properties (100%)
 copy src/{test/resources/unit/project-001/src/test/java/foo/project001/AppTest.java => it/MSOURCES-95/verify.groovy} (55%)