Closed GoogleCodeExporter closed 9 years ago
http://code.google.com/p/play2-maven-plugin/source/detail?r=378 - "@Execute(
phase = LifecyclePhase.PROCESS_CLASSES )" annotation removed.
Original comment by gslowiko...@gmail.com
on 6 Apr 2014 at 8:23
http://code.google.com/p/play2-maven-plugin/source/detail?r=379 - allow calling
"play2:run" / "play2:start" mojos without calling at least "compile" first
(without having project's artifact set).
Original comment by gslowiko...@gmail.com
on 6 Apr 2014 at 8:27
Original comment by gslowiko...@gmail.com
on 11 Apr 2014 at 6:58
https://code.google.com/p/play2-maven-plugin/source/detail?r=1142 -
"executedProject" parameters are obsolete after removing "@Execute( phase =
LifecyclePhase.PROCESS_CLASSES )" annotation in rev.378
(https://code.google.com/p/play2-maven-plugin/source/detail?r=378).
Original comment by gslowiko...@gmail.com
on 14 Nov 2014 at 9:05
https://code.google.com/p/play2-maven-plugin/source/detail?r=1144 - when
constructing classpath always use "classes" directory (instead of project's
artifact - "jar" file), for projects with separate "assets" jar all assets are
present in "classes" directory, but they are not present in project's jar file
("assets" jar has to be added to classpath as well).
Original comment by gslowiko...@gmail.com
on 14 Nov 2014 at 9:32
Original issue reported on code.google.com by
gslowiko...@gmail.com
on 6 Apr 2014 at 8:20